Html Css Color HEX #DD0556 Razzmatazz

📋 copy color: '#DD0556'

red 221 ◦ green 5 ◦ blue 86

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

Shades of Razzmatazz #DD0556

Tints of Razzmatazz #DD0556

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 70.83%
G = 1.6%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD0556 (or 0xDD0556) is known color: Razzmatazz. HEX triplet: DD, 05 and 56. RGB value is (221,5,86). Sum of RGB (Red+Green+Blue) = 221+5+86=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0556 is #22FAA9. Grayscale: #4E4E4E. Windows color (decimal): -2292394 or 5637597. OLE color: 5637597.

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

Color convert

RGB 221 5 86 -
CMYK 0 0.98 0.61 0.13
HSL 337.5º 0.96% 0.44% -
HSV(B) 337.5º 0.98% 0.87% -
XYZ 31.55 16.15 10.26 -
YUV 78.82 132.06 229.41 -
System Red Green Blue C M Y K H S L
Decimal 221 5 86 0 0.98 0.61 0.13 337.5 0.96 0.44
Hex DD 5 56 0 62 3D D 152 60 2C
Octal 335 5 126 0 142 75 15 522 140 54
Binary 11011101 101 1010110 0 1100010 111101 1101 101010010 1100000 101100

Color Harmonies of #DD0556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0556

Black with #DD0556

Text Example


Text Example

White with #DD0556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0556; }

 p { color: rgb(221,5,86); }

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

background-color css

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

 a { background-color: rgb(221,5,86); }

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

border-color css

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

 span { border-color: rgb(221,5,86); }

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