Html Css Color HEX #DD1052 Razzmatazz

📋 copy color: '#DD1052'

red 221 ◦ green 16 ◦ blue 82

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

Shades of Razzmatazz #DD1052

Tints of Razzmatazz #DD1052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 69.28%
G = 5.02%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1052 (or 0xDD1052) is known color: Razzmatazz. HEX triplet: DD, 10 and 52. RGB value is (221,16,82). Sum of RGB (Red+Green+Blue) = 221+16+82=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1052 is #22EFAD. Grayscale: #545454. Windows color (decimal): -2289582 or 5378269. OLE color: 5378269.

HSL color Cylindrical-coordinate representation of color #DD1052: hue angle of 340.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1052 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 82 -
CMYK 0 0.93 0.63 0.13
HSL 340.68º 0.86% 0.46% -
HSV(B) 340.68º 0.93% 0.87% -
XYZ 31.53 16.35 9.48 -
YUV 84.82 126.42 225.13 -
System Red Green Blue C M Y K H S L
Decimal 221 16 82 0 0.93 0.63 0.13 340.68 0.86 0.46
Hex DD 10 52 0 5D 3F D 155 56 2E
Octal 335 20 122 0 135 77 15 525 126 56
Binary 11011101 10000 1010010 0 1011101 111111 1101 101010101 1010110 101110

Color Harmonies of #DD1052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1052

Black with #DD1052

Text Example


Text Example

White with #DD1052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1052; }

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

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

background-color css

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

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

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

border-color css

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

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

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