Html Css Color HEX #DD0AB4 Hollywood Cerise

📋 copy color: '#DD0AB4'

red 221 ◦ green 10 ◦ blue 180

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

Shades of Hollywood Cerise #DD0AB4

Tints of Hollywood Cerise #DD0AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 53.77%
G = 2.43%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD0AB4 (or 0xDD0AB4) is known color: Hollywood Cerise. HEX triplet: DD, 0A and B4. RGB value is (221,10,180). Sum of RGB (Red+Green+Blue) = 221+10+180=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0AB4 is #22F54B. Grayscale: #5C5C5C. Windows color (decimal): -2291020 or 11799261. OLE color: 11799261.

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

Color convert

RGB 221 10 180 -
CMYK 0 0.95 0.19 0.13
HSL 311.66º 0.91% 0.45% -
HSV(B) 311.66º 0.95% 0.87% -
XYZ 38.17 18.88 44.81 -
YUV 92.47 177.4 219.68 -
System Red Green Blue C M Y K H S L
Decimal 221 10 180 0 0.95 0.19 0.13 311.66 0.91 0.45
Hex DD A B4 0 5F 13 D 138 5B 2D
Octal 335 12 264 0 137 23 15 470 133 55
Binary 11011101 1010 10110100 0 1011111 10011 1101 100111000 1011011 101101

Color Harmonies of #DD0AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0AB4

Black with #DD0AB4

Text Example


Text Example

White with #DD0AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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