Html Css Color HEX #DD0259 Razzmatazz

📋 copy color: '#DD0259'

red 221 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #DD0259

Tints of Razzmatazz #DD0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 70.83%
G = 0.64%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD0259 (or 0xDD0259) is known color: Razzmatazz. HEX triplet: DD, 02 and 59. RGB value is (221,2,89). Sum of RGB (Red+Green+Blue) = 221+2+89=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0259 is #22FDA6. Grayscale: #4D4D4D. Windows color (decimal): -2293159 or 5833437. OLE color: 5833437.

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

Color convert

RGB 221 2 89 -
CMYK 0 0.99 0.60 0.13
HSL 336.16º 0.98% 0.44% -
HSV(B) 336.16º 0.99% 0.87% -
XYZ 31.64 16.14 10.9 -
YUV 77.4 134.55 230.43 -
System Red Green Blue C M Y K H S L
Decimal 221 2 89 0 0.99 0.60 0.13 336.16 0.98 0.44
Hex DD 2 59 0 63 3C D 150 62 2C
Octal 335 2 131 0 143 74 15 520 142 54
Binary 11011101 10 1011001 0 1100011 111100 1101 101010000 1100010 101100

Color Harmonies of #DD0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0259

Black with #DD0259

Text Example


Text Example

White with #DD0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0259; }

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

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

background-color css

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

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

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

border-color css

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

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

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