#df1aa3

Color #DF1AA3 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #DF1AA3

Tints of Hollywood Cerise #DF1AA3

Color information

#DF1AA3 (or 0xDF1AA3) is unknown color: approx Hollywood Cerise. HEX triplet: DF, 1A and A3. RGB value is (223,26,163). Sum of RGB (Red+Green+Blue) = 223+26+163=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1AA3 is #20E55C. Grayscale: #646464. Windows color (decimal): -2155869 or 10689247. OLE color: 10689247.

HSL color Cylindrical-coordinate representation of color #DF1AA3: hue angle of 318.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1AA3 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22326163-
CMYK00.880.270.13
HSL318.27º79.12%48.82%-
HSV(B)318.27º88.34%87.45%-
XYZ37.4119.0736.36-
YUV100.52163.27215.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 54.13%
GREEN value IS 26 (10.55% from 255) = 6.31%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=54.13%
G=6.31%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232616300.880.270.13318.2779.1248.82
HexDF1AA30581BD13e4f31
Octal337322430130331547611761
Binary110111111101010100011010110001101111011001111101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1aa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1aa3; }

 p { color: rgb(223,26,163); }

 H1.HeaderClassName
 {
   color: #df1aa3;
 }
 .AnyTagClassName
 {
   color: #df1aa3;
 }
</style>
background-color css

<style>
 a { background-color: #df1aa3; }

 a { background-color: rgb(223,26,163); }

 div.DivClassName
 {
   background-color: #df1aa3;
 }
 .BgClassName
 {
   background-color: #df1aa3;
 }
</style>
border-color css

<style>
 span { border-color: #df1aa3; }

 span { border-color: rgb(223,26,163); }

 td.TdClassName
 {
   border-color: #df1aa3;
 }
 .TagClassName
 {
   border-color: #df1aa3;
 }
</style>