Html Css Color HEX #DD00AD Hollywood Cerise

📋 copy color: '#DD00AD'

red 221 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #DD00AD

Tints of Hollywood Cerise #DD00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 56.09%
G = 0%
B = 43.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD00AD (or 0xDD00AD) is known color: Hollywood Cerise. HEX triplet: DD, 00 and AD. RGB value is (221,0,173). Sum of RGB (Red+Green+Blue) = 221+0+173=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD00AD is #22FF52. Grayscale: #555555. Windows color (decimal): -2293587 or 11337949. OLE color: 11337949.

HSL color Cylindrical-coordinate representation of color #DD00AD: hue angle of 313.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00AD is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 173 -
CMYK 0 1 0.22 0.13
HSL 313.03º 1% 0.43% -
HSV(B) 313.03º 1% 0.87% -
XYZ 37.36 18.39 41.12 -
YUV 85.8 177.22 224.43 -
System Red Green Blue C M Y K H S L
Decimal 221 0 173 0 1 0.22 0.13 313.03 1 0.43
Hex DD 0 AD 0 64 16 D 139 64 2B
Octal 335 0 255 0 144 26 15 471 144 53
Binary 11011101 0 10101101 0 1100100 10110 1101 100111001 1100100 101011

Color Harmonies of #DD00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD00AD

Black with #DD00AD

Text Example


Text Example

White with #DD00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD00AD; }

 p { color: rgb(221,0,173); }

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

background-color css

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

 a { background-color: rgb(221,0,173); }

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

border-color css

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

 span { border-color: rgb(221,0,173); }

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