Html Css Color HEX #DD0049 Razzmatazz

📋 copy color: '#DD0049'

red 221 ◦ green 0 ◦ blue 73

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

Shades of Razzmatazz #DD0049

Tints of Razzmatazz #DD0049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 24.83%

R = 75.17%
G = 0%
B = 24.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD0049 (or 0xDD0049) is known color: Razzmatazz. HEX triplet: DD, 00 and 49. RGB value is (221,0,73). Sum of RGB (Red+Green+Blue) = 221+0+73=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0049 is #22FFB6. Grayscale: #4A4A4A. Windows color (decimal): -2293687 or 4784349. OLE color: 4784349.

HSL color Cylindrical-coordinate representation of color #DD0049: hue angle of 340.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0049 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 73 -
CMYK 0 1 0.67 0.13
HSL 340.18º 1% 0.43% -
HSV(B) 340.18º 1% 0.87% -
XYZ 31.02 15.85 7.73 -
YUV 74.4 127.22 232.56 -
System Red Green Blue C M Y K H S L
Decimal 221 0 73 0 1 0.67 0.13 340.18 1 0.43
Hex DD 0 49 0 64 43 D 154 64 2B
Octal 335 0 111 0 144 103 15 524 144 53
Binary 11011101 0 1001001 0 1100100 1000011 1101 101010100 1100100 101011

Color Harmonies of #DD0049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0049

Black with #DD0049

Text Example


Text Example

White with #DD0049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0049; }

 p { color: rgb(221,0,73); }

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

background-color css

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

 a { background-color: rgb(221,0,73); }

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

border-color css

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

 span { border-color: rgb(221,0,73); }

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