Html Css Color HEX #DF12AB Hollywood Cerise

📋 copy color: '#DF12AB'

red 223 ◦ green 18 ◦ blue 171

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

Shades of Hollywood Cerise #DF12AB

Tints of Hollywood Cerise #DF12AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 54.13%
G = 4.37%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF12AB (or 0xDF12AB) is known color: Hollywood Cerise. HEX triplet: DF, 12 and AB. RGB value is (223,18,171). Sum of RGB (Red+Green+Blue) = 223+18+171=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF12AB is #20ED54. Grayscale: #606060. Windows color (decimal): -2157909 or 11211487. OLE color: 11211487.

HSL color Cylindrical-coordinate representation of color #DF12AB: hue angle of 315.22º 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 #DF12AB is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 18 171 -
CMYK 0 0.92 0.23 0.13
HSL 315.22º 0.85% 0.47% -
HSV(B) 315.22º 0.92% 0.87% -
XYZ 38 19.06 40.2 -
YUV 96.74 169.92 218.06 -
System Red Green Blue C M Y K H S L
Decimal 223 18 171 0 0.92 0.23 0.13 315.22 0.85 0.47
Hex DF 12 AB 0 5C 17 D 13B 55 2F
Octal 337 22 253 0 134 27 15 473 125 57
Binary 11011111 10010 10101011 0 1011100 10111 1101 100111011 1010101 101111

Color Harmonies of #DF12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12AB

Black with #DF12AB

Text Example


Text Example

White with #DF12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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