Html Css Color HEX #DD0C98 Hollywood Cerise

📋 copy color: '#DD0C98'

red 221 ◦ green 12 ◦ blue 152

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

Shades of Hollywood Cerise #DD0C98

Tints of Hollywood Cerise #DD0C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 57.4%
G = 3.12%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0C98 (or 0xDD0C98) is known color: Hollywood Cerise. HEX triplet: DD, 0C and 98. RGB value is (221,12,152). Sum of RGB (Red+Green+Blue) = 221+12+152=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C98 is #22F367. Grayscale: #5A5A5A. Windows color (decimal): -2290536 or 9964765. OLE color: 9964765.

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

Color convert

RGB 221 12 152 -
CMYK 0 0.95 0.31 0.13
HSL 319.81º 0.9% 0.46% -
HSV(B) 319.81º 0.95% 0.87% -
XYZ 35.62 17.9 31.28 -
YUV 90.45 162.74 221.12 -
System Red Green Blue C M Y K H S L
Decimal 221 12 152 0 0.95 0.31 0.13 319.81 0.9 0.46
Hex DD C 98 0 5F 1F D 140 5A 2E
Octal 335 14 230 0 137 37 15 500 132 56
Binary 11011101 1100 10011000 0 1011111 11111 1101 101000000 1011010 101110

Color Harmonies of #DD0C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0C98

Black with #DD0C98

Text Example


Text Example

White with #DD0C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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