Html Css Color HEX #DD0959 Razzmatazz

📋 copy color: '#DD0959'

red 221 ◦ green 9 ◦ blue 89

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

Shades of Razzmatazz #DD0959

Tints of Razzmatazz #DD0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.82%

 BLUE value IS 89 (35.16% from 255) = 27.9%

R = 69.28%
G = 2.82%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD0959 (or 0xDD0959) is known color: Razzmatazz. HEX triplet: DD, 09 and 59. RGB value is (221,9,89). Sum of RGB (Red+Green+Blue) = 221+9+89=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0959 is #22F6A6. Grayscale: #515151. Windows color (decimal): -2291367 or 5835229. OLE color: 5835229.

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

Color convert

RGB 221 9 89 -
CMYK 0 0.96 0.60 0.13
HSL 337.36º 0.92% 0.45% -
HSV(B) 337.36º 0.96% 0.87% -
XYZ 31.72 16.29 10.92 -
YUV 81.51 132.24 227.5 -
System Red Green Blue C M Y K H S L
Decimal 221 9 89 0 0.96 0.60 0.13 337.36 0.92 0.45
Hex DD 9 59 0 60 3C D 151 5C 2D
Octal 335 11 131 0 140 74 15 521 134 55
Binary 11011101 1001 1011001 0 1100000 111100 1101 101010001 1011100 101101

Color Harmonies of #DD0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0959

Black with #DD0959

Text Example


Text Example

White with #DD0959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0959; }

 p { color: rgb(221,9,89); }

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

background-color css

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

 a { background-color: rgb(221,9,89); }

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

border-color css

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

 span { border-color: rgb(221,9,89); }

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