Html Css Color HEX #DD05AB Hollywood Cerise

📋 copy color: '#DD05AB'

red 221 ◦ green 5 ◦ blue 171

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

Shades of Hollywood Cerise #DD05AB

Tints of Hollywood Cerise #DD05AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 55.67%
G = 1.26%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD05AB (or 0xDD05AB) is known color: Hollywood Cerise. HEX triplet: DD, 05 and AB. RGB value is (221,5,171). Sum of RGB (Red+Green+Blue) = 221+5+171=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD05AB is #22FA54. Grayscale: #585858. Windows color (decimal): -2292309 or 11208157. OLE color: 11208157.

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

Color convert

RGB 221 5 171 -
CMYK 0 0.98 0.23 0.13
HSL 313.89º 0.96% 0.44% -
HSV(B) 313.89º 0.98% 0.87% -
XYZ 37.22 18.42 40.12 -
YUV 88.51 174.56 222.5 -
System Red Green Blue C M Y K H S L
Decimal 221 5 171 0 0.98 0.23 0.13 313.89 0.96 0.44
Hex DD 5 AB 0 62 17 D 13A 60 2C
Octal 335 5 253 0 142 27 15 472 140 54
Binary 11011101 101 10101011 0 1100010 10111 1101 100111010 1100000 101100

Color Harmonies of #DD05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD05AB

Black with #DD05AB

Text Example


Text Example

White with #DD05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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