Html Css Color HEX #DD0699 Hollywood Cerise

📋 copy color: '#DD0699'

red 221 ◦ green 6 ◦ blue 153

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

Shades of Hollywood Cerise #DD0699

Tints of Hollywood Cerise #DD0699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 58.16%
G = 1.58%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD0699 (or 0xDD0699) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 99. RGB value is (221,6,153). Sum of RGB (Red+Green+Blue) = 221+6+153=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0699 is #22F966. Grayscale: #565656. Windows color (decimal): -2292071 or 10028765. OLE color: 10028765.

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

Color convert

RGB 221 6 153 -
CMYK 0 0.97 0.31 0.13
HSL 318.98º 0.95% 0.45% -
HSV(B) 318.98º 0.97% 0.87% -
XYZ 35.63 17.8 31.7 -
YUV 87.04 165.23 223.55 -
System Red Green Blue C M Y K H S L
Decimal 221 6 153 0 0.97 0.31 0.13 318.98 0.95 0.45
Hex DD 6 99 0 61 1F D 13F 5F 2D
Octal 335 6 231 0 141 37 15 477 137 55
Binary 11011101 110 10011001 0 1100001 11111 1101 100111111 1011111 101101

Color Harmonies of #DD0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0699

Black with #DD0699

Text Example


Text Example

White with #DD0699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0699; }

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

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

background-color css

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

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

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

border-color css

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

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

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