Html Css Color HEX #DD0697 Hollywood Cerise

📋 copy color: '#DD0697'

red 221 ◦ green 6 ◦ blue 151

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

Shades of Hollywood Cerise #DD0697

Tints of Hollywood Cerise #DD0697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 58.47%
G = 1.59%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD0697 (or 0xDD0697) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 97. RGB value is (221,6,151). Sum of RGB (Red+Green+Blue) = 221+6+151=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0697 is #22F968. Grayscale: #565656. Windows color (decimal): -2292073 or 9897693. OLE color: 9897693.

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

Color convert

RGB 221 6 151 -
CMYK 0 0.97 0.32 0.13
HSL 319.53º 0.95% 0.45% -
HSV(B) 319.53º 0.97% 0.87% -
XYZ 35.47 17.74 30.83 -
YUV 86.82 164.23 223.71 -
System Red Green Blue C M Y K H S L
Decimal 221 6 151 0 0.97 0.32 0.13 319.53 0.95 0.45
Hex DD 6 97 0 61 20 D 140 5F 2D
Octal 335 6 227 0 141 40 15 500 137 55
Binary 11011101 110 10010111 0 1100001 100000 1101 101000000 1011111 101101

Color Harmonies of #DD0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0697

Black with #DD0697

Text Example


Text Example

White with #DD0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0697; }

 p { color: rgb(221,6,151); }

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

background-color css

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

 a { background-color: rgb(221,6,151); }

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

border-color css

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

 span { border-color: rgb(221,6,151); }

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