Html Css Color HEX #DD05B4 Hollywood Cerise

📋 copy color: '#DD05B4'

red 221 ◦ green 5 ◦ blue 180

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

Shades of Hollywood Cerise #DD05B4

Tints of Hollywood Cerise #DD05B4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 54.43%
G = 1.23%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD05B4 (or 0xDD05B4) is known color: Hollywood Cerise. HEX triplet: DD, 05 and B4. RGB value is (221,5,180). Sum of RGB (Red+Green+Blue) = 221+5+180=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD05B4 is #22FA4B. Grayscale: #595959. Windows color (decimal): -2292300 or 11797981. OLE color: 11797981.

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

Color convert

RGB 221 5 180 -
CMYK 0 0.98 0.19 0.13
HSL 311.39º 0.96% 0.44% -
HSV(B) 311.39º 0.98% 0.87% -
XYZ 38.11 18.78 44.8 -
YUV 89.53 179.06 221.77 -
System Red Green Blue C M Y K H S L
Decimal 221 5 180 0 0.98 0.19 0.13 311.39 0.96 0.44
Hex DD 5 B4 0 62 13 D 137 60 2C
Octal 335 5 264 0 142 23 15 467 140 54
Binary 11011101 101 10110100 0 1100010 10011 1101 100110111 1100000 101100

Color Harmonies of #DD05B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05B4

Black with #DD05B4

Text Example


Text Example

White with #DD05B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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