Html Css Color HEX #DD0C9A Hollywood Cerise

📋 copy color: '#DD0C9A'

red 221 ◦ green 12 ◦ blue 154

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

Shades of Hollywood Cerise #DD0C9A

Tints of Hollywood Cerise #DD0C9A

RGB

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

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

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

R = 57.11%
G = 3.1%
B = 39.79%

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

#DD0C9A (or 0xDD0C9A) is known color: Hollywood Cerise. HEX triplet: DD, 0C and 9A. RGB value is (221,12,154). Sum of RGB (Red+Green+Blue) = 221+12+154=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C9A is #22F365. Grayscale: #5A5A5A. Windows color (decimal): -2290534 or 10095837. OLE color: 10095837.

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

Color convert

RGB 221 12 154 -
CMYK 0 0.95 0.30 0.13
HSL 319.23º 0.9% 0.46% -
HSV(B) 319.23º 0.95% 0.87% -
XYZ 35.78 17.97 32.15 -
YUV 90.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 221 12 154 0 0.95 0.30 0.13 319.23 0.9 0.46
Hex DD C 9A 0 5F 1E D 13F 5A 2E
Octal 335 14 232 0 137 36 15 477 132 56
Binary 11011101 1100 10011010 0 1011111 11110 1101 100111111 1011010 101110

Color Harmonies of #DD0C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C9A

Black with #DD0C9A

Text Example


Text Example

White with #DD0C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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