Html Css Color HEX #DF12AC Hollywood Cerise

📋 copy color: '#DF12AC'

red 223 ◦ green 18 ◦ blue 172

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

Shades of Hollywood Cerise #DF12AC

Tints of Hollywood Cerise #DF12AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 54%
G = 4.36%
B = 41.65%

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

#DF12AC (or 0xDF12AC) is known color: Hollywood Cerise. HEX triplet: DF, 12 and AC. RGB value is (223,18,172). Sum of RGB (Red+Green+Blue) = 223+18+172=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF12AC is #20ED53. Grayscale: #606060. Windows color (decimal): -2157908 or 11277023. OLE color: 11277023.

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

Color convert

RGB 223 18 172 -
CMYK 0 0.92 0.23 0.13
HSL 314.93º 0.85% 0.47% -
HSV(B) 314.93º 0.92% 0.87% -
XYZ 38.09 19.1 40.71 -
YUV 96.85 170.42 217.98 -
System Red Green Blue C M Y K H S L
Decimal 223 18 172 0 0.92 0.23 0.13 314.93 0.85 0.47
Hex DF 12 AC 0 5C 17 D 13B 55 2F
Octal 337 22 254 0 134 27 15 473 125 57
Binary 11011111 10010 10101100 0 1011100 10111 1101 100111011 1010101 101111

Color Harmonies of #DF12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12AC

Black with #DF12AC

Text Example


Text Example

White with #DF12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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