Html Css Color HEX #DD0A9A Hollywood Cerise

📋 copy color: '#DD0A9A'

red 221 ◦ green 10 ◦ blue 154

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

Shades of Hollywood Cerise #DD0A9A

Tints of Hollywood Cerise #DD0A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40%

R = 57.4%
G = 2.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD0A9A (or 0xDD0A9A) is known color: Hollywood Cerise. HEX triplet: DD, 0A and 9A. RGB value is (221,10,154). Sum of RGB (Red+Green+Blue) = 221+10+154=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A9A is #22F565. Grayscale: #595959. Windows color (decimal): -2291046 or 10095325. OLE color: 10095325.

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

Color convert

RGB 221 10 154 -
CMYK 0 0.95 0.30 0.13
HSL 319.05º 0.91% 0.45% -
HSV(B) 319.05º 0.95% 0.87% -
XYZ 35.76 17.92 32.15 -
YUV 89.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 221 10 154 0 0.95 0.30 0.13 319.05 0.91 0.45
Hex DD A 9A 0 5F 1E D 13F 5B 2D
Octal 335 12 232 0 137 36 15 477 133 55
Binary 11011101 1010 10011010 0 1011111 11110 1101 100111111 1011011 101101

Color Harmonies of #DD0A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A9A

Black with #DD0A9A

Text Example


Text Example

White with #DD0A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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