Html Css Color HEX #DD1152 Razzmatazz

📋 copy color: '#DD1152'

red 221 ◦ green 17 ◦ blue 82

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

Shades of Razzmatazz #DD1152

Tints of Razzmatazz #DD1152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.31%

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

R = 69.06%
G = 5.31%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1152 (or 0xDD1152) is known color: Razzmatazz. HEX triplet: DD, 11 and 52. RGB value is (221,17,82). Sum of RGB (Red+Green+Blue) = 221+17+82=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1152 is #22EEAD. Grayscale: #555555. Windows color (decimal): -2289326 or 5378525. OLE color: 5378525.

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

Color convert

RGB 221 17 82 -
CMYK 0 0.92 0.63 0.13
HSL 340.88º 0.86% 0.47% -
HSV(B) 340.88º 0.92% 0.87% -
XYZ 31.54 16.38 9.48 -
YUV 85.41 126.09 224.71 -
System Red Green Blue C M Y K H S L
Decimal 221 17 82 0 0.92 0.63 0.13 340.88 0.86 0.47
Hex DD 11 52 0 5C 3F D 155 56 2F
Octal 335 21 122 0 134 77 15 525 126 57
Binary 11011101 10001 1010010 0 1011100 111111 1101 101010101 1010110 101111

Color Harmonies of #DD1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1152

Black with #DD1152

Text Example


Text Example

White with #DD1152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1152; }

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

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

background-color css

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

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

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

border-color css

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

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

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