Html Css Color HEX #DF12AA Hollywood Cerise

📋 copy color: '#DF12AA'

red 223 ◦ green 18 ◦ blue 170

#DF12AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DF12AA

Tints of Hollywood Cerise #DF12AA

RGB

 RED value IS 223 (87.5% from 255) = 54.26%

 GREEN value IS 18 (7.42% from 255) = 4.38%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 54.26%
G = 4.38%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF12AA (or 0xDF12AA) is known color: Hollywood Cerise. HEX triplet: DF, 12 and AA. RGB value is (223,18,170). Sum of RGB (Red+Green+Blue) = 223+18+170=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF12AA is #20ED55. Grayscale: #606060. Windows color (decimal): -2157910 or 11145951. OLE color: 11145951.

HSL color Cylindrical-coordinate representation of color #DF12AA: hue angle of 315.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12AA is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 170 -
CMYK 0 0.92 0.24 0.13
HSL 315.51º 0.85% 0.47% -
HSV(B) 315.51º 0.92% 0.87% -
XYZ 37.9 19.02 39.7 -
YUV 96.62 169.42 218.14 -
System Red Green Blue C M Y K H S L
Decimal 223 18 170 0 0.92 0.24 0.13 315.51 0.85 0.47
Hex DF 12 AA 0 5C 18 D 13C 55 2F
Octal 337 22 252 0 134 30 15 474 125 57
Binary 11011111 10010 10101010 0 1011100 11000 1101 100111100 1010101 101111

Color Harmonies of #DF12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12AA

Black with #DF12AA

Text Example


Text Example

White with #DF12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12AA; }

 p { color: rgb(223,18,170); }

 H1.HeaderClassName
 {
   color: #DF12AA;
 }
 .AnyTagClassName
 {
   color: #DF12AA;
 }
</style>

background-color css

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

 a { background-color: rgb(223,18,170); }

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

border-color css

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

 span { border-color: rgb(223,18,170); }

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