Html Css Color HEX #DD08B0 Hollywood Cerise

📋 copy color: '#DD08B0'

red 221 ◦ green 8 ◦ blue 176

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

Shades of Hollywood Cerise #DD08B0

Tints of Hollywood Cerise #DD08B0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 54.57%
G = 1.98%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD08B0 (or 0xDD08B0) is known color: Hollywood Cerise. HEX triplet: DD, 08 and B0. RGB value is (221,8,176). Sum of RGB (Red+Green+Blue) = 221+8+176=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD08B0 is #22F74F. Grayscale: #5A5A5A. Windows color (decimal): -2291536 or 11536605. OLE color: 11536605.

HSL color Cylindrical-coordinate representation of color #DD08B0: hue angle of 312.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD08B0 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 176 -
CMYK 0 0.96 0.20 0.13
HSL 312.68º 0.93% 0.45% -
HSV(B) 312.68º 0.96% 0.87% -
XYZ 37.74 18.68 42.69 -
YUV 90.84 176.07 220.84 -
System Red Green Blue C M Y K H S L
Decimal 221 8 176 0 0.96 0.20 0.13 312.68 0.93 0.45
Hex DD 8 B0 0 60 14 D 139 5D 2D
Octal 335 10 260 0 140 24 15 471 135 55
Binary 11011101 1000 10110000 0 1100000 10100 1101 100111001 1011101 101101

Color Harmonies of #DD08B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08B0

Black with #DD08B0

Text Example


Text Example

White with #DD08B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08B0; }

 p { color: rgb(221,8,176); }

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

background-color css

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

 a { background-color: rgb(221,8,176); }

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

border-color css

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

 span { border-color: rgb(221,8,176); }

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