Html Css Color HEX #DD0558 Razzmatazz

📋 copy color: '#DD0558'

red 221 ◦ green 5 ◦ blue 88

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

Shades of Razzmatazz #DD0558

Tints of Razzmatazz #DD0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 70.38%
G = 1.59%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD0558 (or 0xDD0558) is known color: Razzmatazz. HEX triplet: DD, 05 and 58. RGB value is (221,5,88). Sum of RGB (Red+Green+Blue) = 221+5+88=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0558 is #22FAA7. Grayscale: #4E4E4E. Windows color (decimal): -2292392 or 5768669. OLE color: 5768669.

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

Color convert

RGB 221 5 88 -
CMYK 0 0.98 0.60 0.13
HSL 336.94º 0.96% 0.44% -
HSV(B) 336.94º 0.98% 0.87% -
XYZ 31.63 16.19 10.69 -
YUV 79.05 133.06 229.25 -
System Red Green Blue C M Y K H S L
Decimal 221 5 88 0 0.98 0.60 0.13 336.94 0.96 0.44
Hex DD 5 58 0 62 3C D 151 60 2C
Octal 335 5 130 0 142 74 15 521 140 54
Binary 11011101 101 1011000 0 1100010 111100 1101 101010001 1100000 101100

Color Harmonies of #DD0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0558

Black with #DD0558

Text Example


Text Example

White with #DD0558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0558; }

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

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

background-color css

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

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

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

border-color css

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

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

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