Html Css Color HEX #DD0552 Razzmatazz

📋 copy color: '#DD0552'

red 221 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #DD0552

Tints of Razzmatazz #DD0552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.62%

R = 71.75%
G = 1.62%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0552 (or 0xDD0552) is known color: Razzmatazz. HEX triplet: DD, 05 and 52. RGB value is (221,5,82). Sum of RGB (Red+Green+Blue) = 221+5+82=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0552 is #22FAAD. Grayscale: #4E4E4E. Windows color (decimal): -2292398 or 5375453. OLE color: 5375453.

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

Color convert

RGB 221 5 82 -
CMYK 0 0.98 0.63 0.13
HSL 338.61º 0.96% 0.44% -
HSV(B) 338.61º 0.98% 0.87% -
XYZ 31.4 16.09 9.43 -
YUV 78.36 130.06 229.74 -
System Red Green Blue C M Y K H S L
Decimal 221 5 82 0 0.98 0.63 0.13 338.61 0.96 0.44
Hex DD 5 52 0 62 3F D 153 60 2C
Octal 335 5 122 0 142 77 15 523 140 54
Binary 11011101 101 1010010 0 1100010 111111 1101 101010011 1100000 101100

Color Harmonies of #DD0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0552

Black with #DD0552

Text Example


Text Example

White with #DD0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0552; }

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

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

background-color css

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

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

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

border-color css

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

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

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