Html Css Color HEX #DD08B3 Hollywood Cerise

📋 copy color: '#DD08B3'

red 221 ◦ green 8 ◦ blue 179

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

Shades of Hollywood Cerise #DD08B3

Tints of Hollywood Cerise #DD08B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.87%

R = 54.17%
G = 1.96%
B = 43.87%

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

#DD08B3 (or 0xDD08B3) is known color: Hollywood Cerise. HEX triplet: DD, 08 and B3. RGB value is (221,8,179). Sum of RGB (Red+Green+Blue) = 221+8+179=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD08B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD08B3 is #22F74C. Grayscale: #5A5A5A. Windows color (decimal): -2291533 or 11733213. OLE color: 11733213.

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

Color convert

RGB 221 8 179 -
CMYK 0 0.96 0.19 0.13
HSL 311.83º 0.93% 0.45% -
HSV(B) 311.83º 0.96% 0.87% -
XYZ 38.04 18.8 44.27 -
YUV 91.18 177.57 220.6 -
System Red Green Blue C M Y K H S L
Decimal 221 8 179 0 0.96 0.19 0.13 311.83 0.93 0.45
Hex DD 8 B3 0 60 13 D 138 5D 2D
Octal 335 10 263 0 140 23 15 470 135 55
Binary 11011101 1000 10110011 0 1100000 10011 1101 100111000 1011101 101101

Color Harmonies of #DD08B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD08B3

Black with #DD08B3

Text Example


Text Example

White with #DD08B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD08B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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