Html Css Color HEX #DD0CAC Hollywood Cerise

📋 copy color: '#DD0CAC'

red 221 ◦ green 12 ◦ blue 172

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

Shades of Hollywood Cerise #DD0CAC

Tints of Hollywood Cerise #DD0CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 54.57%
G = 2.96%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD0CAC (or 0xDD0CAC) is known color: Hollywood Cerise. HEX triplet: DD, 0C and AC. RGB value is (221,12,172). Sum of RGB (Red+Green+Blue) = 221+12+172=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0CAC is #22F353. Grayscale: #5C5C5C. Windows color (decimal): -2290516 or 11275485. OLE color: 11275485.

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

Color convert

RGB 221 12 172 -
CMYK 0 0.95 0.22 0.13
HSL 314.07º 0.9% 0.46% -
HSV(B) 314.07º 0.95% 0.87% -
XYZ 37.4 18.61 40.65 -
YUV 92.73 172.74 219.49 -
System Red Green Blue C M Y K H S L
Decimal 221 12 172 0 0.95 0.22 0.13 314.07 0.9 0.46
Hex DD C AC 0 5F 16 D 13A 5A 2E
Octal 335 14 254 0 137 26 15 472 132 56
Binary 11011101 1100 10101100 0 1011111 10110 1101 100111010 1011010 101110

Color Harmonies of #DD0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CAC

Black with #DD0CAC

Text Example


Text Example

White with #DD0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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