Html Css Color HEX #DD028E Hollywood Cerise

📋 copy color: '#DD028E'

red 221 ◦ green 2 ◦ blue 142

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

Shades of Hollywood Cerise #DD028E

Tints of Hollywood Cerise #DD028E

RGB

 RED value IS 221 (86.72% from 255) = 60.55%

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

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

R = 60.55%
G = 0.55%
B = 38.9%

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

#DD028E (or 0xDD028E) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 8E. RGB value is (221,2,142). Sum of RGB (Red+Green+Blue) = 221+2+142=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD028E is #22FD71. Grayscale: #535353. Windows color (decimal): -2293106 or 9306845. OLE color: 9306845.

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

Color convert

RGB 221 2 142 -
CMYK 0 0.99 0.36 0.13
HSL 321.64º 0.98% 0.44% -
HSV(B) 321.64º 0.99% 0.87% -
XYZ 34.72 17.37 27.11 -
YUV 83.44 161.05 226.12 -
System Red Green Blue C M Y K H S L
Decimal 221 2 142 0 0.99 0.36 0.13 321.64 0.98 0.44
Hex DD 2 8E 0 63 24 D 142 62 2C
Octal 335 2 216 0 143 44 15 502 142 54
Binary 11011101 10 10001110 0 1100011 100100 1101 101000010 1100010 101100

Color Harmonies of #DD028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD028E

Black with #DD028E

Text Example


Text Example

White with #DD028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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