Html Css Color HEX #DD0A98 Hollywood Cerise

📋 copy color: '#DD0A98'

red 221 ◦ green 10 ◦ blue 152

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

Shades of Hollywood Cerise #DD0A98

Tints of Hollywood Cerise #DD0A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

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

R = 57.7%
G = 2.61%
B = 39.69%

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

#DD0A98 (or 0xDD0A98) is known color: Hollywood Cerise. HEX triplet: DD, 0A and 98. RGB value is (221,10,152). Sum of RGB (Red+Green+Blue) = 221+10+152=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A98 is #22F567. Grayscale: #585858. Windows color (decimal): -2291048 or 9964253. OLE color: 9964253.

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

Color convert

RGB 221 10 152 -
CMYK 0 0.95 0.31 0.13
HSL 319.62º 0.91% 0.45% -
HSV(B) 319.62º 0.95% 0.87% -
XYZ 35.59 17.86 31.28 -
YUV 89.28 163.4 221.95 -
System Red Green Blue C M Y K H S L
Decimal 221 10 152 0 0.95 0.31 0.13 319.62 0.91 0.45
Hex DD A 98 0 5F 1F D 140 5B 2D
Octal 335 12 230 0 137 37 15 500 133 55
Binary 11011101 1010 10011000 0 1011111 11111 1101 101000000 1011011 101101

Color Harmonies of #DD0A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A98

Black with #DD0A98

Text Example


Text Example

White with #DD0A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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