Html Css Color HEX #DF028F Hollywood Cerise

📋 copy color: '#DF028F'

red 223 ◦ green 2 ◦ blue 143

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

Shades of Hollywood Cerise #DF028F

Tints of Hollywood Cerise #DF028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 60.6%
G = 0.54%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF028F (or 0xDF028F) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 8F. RGB value is (223,2,143). Sum of RGB (Red+Green+Blue) = 223+2+143=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF028F is #20FD70. Grayscale: #535353. Windows color (decimal): -2162033 or 9372383. OLE color: 9372383.

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

Color convert

RGB 223 2 143 -
CMYK 0 0.99 0.36 0.13
HSL 321.72º 0.98% 0.44% -
HSV(B) 321.72º 0.99% 0.87% -
XYZ 35.41 17.71 27.54 -
YUV 84.15 161.22 227.04 -
System Red Green Blue C M Y K H S L
Decimal 223 2 143 0 0.99 0.36 0.13 321.72 0.98 0.44
Hex DF 2 8F 0 63 24 D 142 62 2C
Octal 337 2 217 0 143 44 15 502 142 54
Binary 11011111 10 10001111 0 1100011 100100 1101 101000010 1100010 101100

Color Harmonies of #DF028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF028F

Black with #DF028F

Text Example


Text Example

White with #DF028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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