Html Css Color HEX #DD08B4 Hollywood Cerise

📋 copy color: '#DD08B4'

red 221 ◦ green 8 ◦ blue 180

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

Shades of Hollywood Cerise #DD08B4

Tints of Hollywood Cerise #DD08B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 54.03%
G = 1.96%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD08B4 (or 0xDD08B4) is known color: Hollywood Cerise. HEX triplet: DD, 08 and B4. RGB value is (221,8,180). Sum of RGB (Red+Green+Blue) = 221+8+180=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08B4 is #22F74B. Grayscale: #5A5A5A. Windows color (decimal): -2291532 or 11798749. OLE color: 11798749.

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

Color convert

RGB 221 8 180 -
CMYK 0 0.96 0.19 0.13
HSL 311.55º 0.93% 0.45% -
HSV(B) 311.55º 0.96% 0.87% -
XYZ 38.14 18.84 44.81 -
YUV 91.3 178.07 220.51 -
System Red Green Blue C M Y K H S L
Decimal 221 8 180 0 0.96 0.19 0.13 311.55 0.93 0.45
Hex DD 8 B4 0 60 13 D 138 5D 2D
Octal 335 10 264 0 140 23 15 470 135 55
Binary 11011101 1000 10110100 0 1100000 10011 1101 100111000 1011101 101101

Color Harmonies of #DD08B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08B4

Black with #DD08B4

Text Example


Text Example

White with #DD08B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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