Html Css Color HEX #DD0CAA Hollywood Cerise

📋 copy color: '#DD0CAA'

red 221 ◦ green 12 ◦ blue 170

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

Shades of Hollywood Cerise #DD0CAA

Tints of Hollywood Cerise #DD0CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.98%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 54.84%
G = 2.98%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD0CAA (or 0xDD0CAA) is known color: Hollywood Cerise. HEX triplet: DD, 0C and AA. RGB value is (221,12,170). Sum of RGB (Red+Green+Blue) = 221+12+170=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CAA is #22F355. Grayscale: #5C5C5C. Windows color (decimal): -2290518 or 11144413. OLE color: 11144413.

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

Color convert

RGB 221 12 170 -
CMYK 0 0.95 0.23 0.13
HSL 314.64º 0.9% 0.46% -
HSV(B) 314.64º 0.95% 0.87% -
XYZ 37.21 18.54 39.65 -
YUV 92.5 171.74 219.65 -
System Red Green Blue C M Y K H S L
Decimal 221 12 170 0 0.95 0.23 0.13 314.64 0.9 0.46
Hex DD C AA 0 5F 17 D 13B 5A 2E
Octal 335 14 252 0 137 27 15 473 132 56
Binary 11011101 1100 10101010 0 1011111 10111 1101 100111011 1011010 101110

Color Harmonies of #DD0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CAA

Black with #DD0CAA

Text Example


Text Example

White with #DD0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CAA; }

 p { color: rgb(221,12,170); }

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

background-color css

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

 a { background-color: rgb(221,12,170); }

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

border-color css

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

 span { border-color: rgb(221,12,170); }

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