Html Css Color HEX #DD028F Hollywood Cerise

📋 copy color: '#DD028F'

red 221 ◦ green 2 ◦ blue 143

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

Shades of Hollywood Cerise #DD028F

Tints of Hollywood Cerise #DD028F

RGB

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

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

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

R = 60.38%
G = 0.55%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD028F (or 0xDD028F) is known color: Hollywood Cerise. HEX triplet: DD, 02 and 8F. RGB value is (221,2,143). Sum of RGB (Red+Green+Blue) = 221+2+143=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD028F is #22FD70. Grayscale: #535353. Windows color (decimal): -2293105 or 9372381. OLE color: 9372381.

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

Color convert

RGB 221 2 143 -
CMYK 0 0.99 0.35 0.13
HSL 321.37º 0.98% 0.44% -
HSV(B) 321.37º 0.99% 0.87% -
XYZ 34.8 17.4 27.51 -
YUV 83.56 161.55 226.04 -
System Red Green Blue C M Y K H S L
Decimal 221 2 143 0 0.99 0.35 0.13 321.37 0.98 0.44
Hex DD 2 8F 0 63 23 D 141 62 2C
Octal 335 2 217 0 143 43 15 501 142 54
Binary 11011101 10 10001111 0 1100011 100011 1101 101000001 1100010 101100

Color Harmonies of #DD028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD028F

Black with #DD028F

Text Example


Text Example

White with #DD028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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