Html Css Color HEX #DD0C9C Hollywood Cerise

📋 copy color: '#DD0C9C'

red 221 ◦ green 12 ◦ blue 156

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

Shades of Hollywood Cerise #DD0C9C

Tints of Hollywood Cerise #DD0C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 56.81%
G = 3.08%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD0C9C (or 0xDD0C9C) is known color: Hollywood Cerise. HEX triplet: DD, 0C and 9C. RGB value is (221,12,156). Sum of RGB (Red+Green+Blue) = 221+12+156=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C9C is #22F363. Grayscale: #5A5A5A. Windows color (decimal): -2290532 or 10226909. OLE color: 10226909.

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

Color convert

RGB 221 12 156 -
CMYK 0 0.95 0.29 0.13
HSL 318.66º 0.9% 0.46% -
HSV(B) 318.66º 0.95% 0.87% -
XYZ 35.95 18.04 33.04 -
YUV 90.91 164.74 220.79 -
System Red Green Blue C M Y K H S L
Decimal 221 12 156 0 0.95 0.29 0.13 318.66 0.9 0.46
Hex DD C 9C 0 5F 1D D 13F 5A 2E
Octal 335 14 234 0 137 35 15 477 132 56
Binary 11011101 1100 10011100 0 1011111 11101 1101 100111111 1011010 101110

Color Harmonies of #DD0C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C9C

Black with #DD0C9C

Text Example


Text Example

White with #DD0C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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