Html Css Color HEX #DD0695 Hollywood Cerise

📋 copy color: '#DD0695'

red 221 ◦ green 6 ◦ blue 149

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

Shades of Hollywood Cerise #DD0695

Tints of Hollywood Cerise #DD0695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 58.78%
G = 1.6%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD0695 (or 0xDD0695) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 95. RGB value is (221,6,149). Sum of RGB (Red+Green+Blue) = 221+6+149=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0695 is #22F96A. Grayscale: #565656. Windows color (decimal): -2292075 or 9766621. OLE color: 9766621.

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

Color convert

RGB 221 6 149 -
CMYK 0 0.97 0.33 0.13
HSL 320.09º 0.95% 0.45% -
HSV(B) 320.09º 0.97% 0.87% -
XYZ 35.31 17.67 29.98 -
YUV 86.59 163.23 223.87 -
System Red Green Blue C M Y K H S L
Decimal 221 6 149 0 0.97 0.33 0.13 320.09 0.95 0.45
Hex DD 6 95 0 61 21 D 140 5F 2D
Octal 335 6 225 0 141 41 15 500 137 55
Binary 11011101 110 10010101 0 1100001 100001 1101 101000000 1011111 101101

Color Harmonies of #DD0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0695

Black with #DD0695

Text Example


Text Example

White with #DD0695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0695; }

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

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

background-color css

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

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

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

border-color css

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

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

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