Html Css Color HEX #DD0859 Razzmatazz

📋 copy color: '#DD0859'

red 221 ◦ green 8 ◦ blue 89

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

Shades of Razzmatazz #DD0859

Tints of Razzmatazz #DD0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

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

R = 69.5%
G = 2.52%
B = 27.99%

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

#DD0859 (or 0xDD0859) is known color: Razzmatazz. HEX triplet: DD, 08 and 59. RGB value is (221,8,89). Sum of RGB (Red+Green+Blue) = 221+8+89=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0859 is #22F7A6. Grayscale: #505050. Windows color (decimal): -2291623 or 5834973. OLE color: 5834973.

HSL color Cylindrical-coordinate representation of color #DD0859: hue angle of 337.18º degrees, saturation: 0.93, 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 #DD0859 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 89 -
CMYK 0 0.96 0.60 0.13
HSL 337.18º 0.93% 0.45% -
HSV(B) 337.18º 0.96% 0.87% -
XYZ 31.71 16.27 10.92 -
YUV 80.92 132.57 227.91 -
System Red Green Blue C M Y K H S L
Decimal 221 8 89 0 0.96 0.60 0.13 337.18 0.93 0.45
Hex DD 8 59 0 60 3C D 151 5D 2D
Octal 335 10 131 0 140 74 15 521 135 55
Binary 11011101 1000 1011001 0 1100000 111100 1101 101010001 1011101 101101

Color Harmonies of #DD0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0859

Black with #DD0859

Text Example


Text Example

White with #DD0859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0859; }

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

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

background-color css

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

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

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

border-color css

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

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

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