Html Css Color HEX #DF12AD Hollywood Cerise

📋 copy color: '#DF12AD'

red 223 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #DF12AD

Tints of Hollywood Cerise #DF12AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 53.86%
G = 4.35%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF12AD (or 0xDF12AD) is known color: Hollywood Cerise. HEX triplet: DF, 12 and AD. RGB value is (223,18,173). Sum of RGB (Red+Green+Blue) = 223+18+173=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF12AD is #20ED52. Grayscale: #606060. Windows color (decimal): -2157907 or 11342559. OLE color: 11342559.

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

Color convert

RGB 223 18 173 -
CMYK 0 0.92 0.22 0.13
HSL 314.63º 0.85% 0.47% -
HSV(B) 314.63º 0.92% 0.87% -
XYZ 38.19 19.14 41.22 -
YUV 96.97 170.92 217.9 -
System Red Green Blue C M Y K H S L
Decimal 223 18 173 0 0.92 0.22 0.13 314.63 0.85 0.47
Hex DF 12 AD 0 5C 16 D 13B 55 2F
Octal 337 22 255 0 134 26 15 473 125 57
Binary 11011111 10010 10101101 0 1011100 10110 1101 100111011 1010101 101111

Color Harmonies of #DF12AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF12AD

Black with #DF12AD

Text Example


Text Example

White with #DF12AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF12AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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