Html Css Color HEX #DF02AC Hollywood Cerise

📋 copy color: '#DF02AC'

red 223 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #DF02AC

Tints of Hollywood Cerise #DF02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 56.17%
G = 0.5%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DF02AC (or 0xDF02AC) is known color: Hollywood Cerise. HEX triplet: DF, 02 and AC. RGB value is (223,2,172). Sum of RGB (Red+Green+Blue) = 223+2+172=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF02AC is #20FD53. Grayscale: #575757. Windows color (decimal): -2162004 or 11272927. OLE color: 11272927.

HSL color Cylindrical-coordinate representation of color #DF02AC: hue angle of 313.85º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02AC is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 172 -
CMYK 0 0.99 0.23 0.13
HSL 313.85º 0.98% 0.44% -
HSV(B) 313.85º 0.99% 0.87% -
XYZ 37.9 18.71 40.64 -
YUV 87.46 175.72 224.68 -
System Red Green Blue C M Y K H S L
Decimal 223 2 172 0 0.99 0.23 0.13 313.85 0.98 0.44
Hex DF 2 AC 0 63 17 D 13A 62 2C
Octal 337 2 254 0 143 27 15 472 142 54
Binary 11011111 10 10101100 0 1100011 10111 1101 100111010 1100010 101100

Color Harmonies of #DF02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF02AC

Black with #DF02AC

Text Example


Text Example

White with #DF02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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