Html Css Color HEX #DD0550 Razzmatazz

📋 copy color: '#DD0550'

red 221 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #DD0550

Tints of Razzmatazz #DD0550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 72.22%
G = 1.63%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD0550 (or 0xDD0550) is known color: Razzmatazz. HEX triplet: DD, 05 and 50. RGB value is (221,5,80). Sum of RGB (Red+Green+Blue) = 221+5+80=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0550 is #22FAAF. Grayscale: #4E4E4E. Windows color (decimal): -2292400 or 5244381. OLE color: 5244381.

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

Color convert

RGB 221 5 80 -
CMYK 0 0.98 0.64 0.13
HSL 339.17º 0.96% 0.44% -
HSV(B) 339.17º 0.98% 0.87% -
XYZ 31.32 16.06 9.04 -
YUV 78.13 129.06 229.9 -
System Red Green Blue C M Y K H S L
Decimal 221 5 80 0 0.98 0.64 0.13 339.17 0.96 0.44
Hex DD 5 50 0 62 40 D 153 60 2C
Octal 335 5 120 0 142 100 15 523 140 54
Binary 11011101 101 1010000 0 1100010 1000000 1101 101010011 1100000 101100

Color Harmonies of #DD0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0550

Black with #DD0550

Text Example


Text Example

White with #DD0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0550; }

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

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

background-color css

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

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

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

border-color css

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

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

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