Html Css Color HEX #DD0696 Hollywood Cerise

📋 copy color: '#DD0696'

red 221 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #DD0696

Tints of Hollywood Cerise #DD0696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.79%

R = 58.62%
G = 1.59%
B = 39.79%

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

#DD0696 (or 0xDD0696) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 96. RGB value is (221,6,150). Sum of RGB (Red+Green+Blue) = 221+6+150=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0696 is #22F969. Grayscale: #565656. Windows color (decimal): -2292074 or 9832157. OLE color: 9832157.

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

Color convert

RGB 221 6 150 -
CMYK 0 0.97 0.32 0.13
HSL 319.81º 0.95% 0.45% -
HSV(B) 319.81º 0.97% 0.87% -
XYZ 35.39 17.7 30.41 -
YUV 86.7 163.73 223.79 -
System Red Green Blue C M Y K H S L
Decimal 221 6 150 0 0.97 0.32 0.13 319.81 0.95 0.45
Hex DD 6 96 0 61 20 D 140 5F 2D
Octal 335 6 226 0 141 40 15 500 137 55
Binary 11011101 110 10010110 0 1100001 100000 1101 101000000 1011111 101101

Color Harmonies of #DD0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0696

Black with #DD0696

Text Example


Text Example

White with #DD0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0696; }

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

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

background-color css

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

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

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

border-color css

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

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

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