Html Css Color HEX #DF028E Hollywood Cerise

📋 copy color: '#DF028E'

red 223 ◦ green 2 ◦ blue 142

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

Shades of Hollywood Cerise #DF028E

Tints of Hollywood Cerise #DF028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 60.76%
G = 0.54%
B = 38.69%

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

#DF028E (or 0xDF028E) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 8E. RGB value is (223,2,142). Sum of RGB (Red+Green+Blue) = 223+2+142=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF028E is #20FD71. Grayscale: #535353. Windows color (decimal): -2162034 or 9306847. OLE color: 9306847.

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

Color convert

RGB 223 2 142 -
CMYK 0 0.99 0.36 0.13
HSL 321.99º 0.98% 0.44% -
HSV(B) 321.99º 0.99% 0.87% -
XYZ 35.34 17.68 27.14 -
YUV 84.04 160.72 227.12 -
System Red Green Blue C M Y K H S L
Decimal 223 2 142 0 0.99 0.36 0.13 321.99 0.98 0.44
Hex DF 2 8E 0 63 24 D 142 62 2C
Octal 337 2 216 0 143 44 15 502 142 54
Binary 11011111 10 10001110 0 1100011 100100 1101 101000010 1100010 101100

Color Harmonies of #DF028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF028E

Black with #DF028E

Text Example


Text Example

White with #DF028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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