Html Css Color HEX #DD0752 Razzmatazz

📋 copy color: '#DD0752'

red 221 ◦ green 7 ◦ blue 82

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

Shades of Razzmatazz #DD0752

Tints of Razzmatazz #DD0752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 71.29%
G = 2.26%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0752 (or 0xDD0752) is known color: Razzmatazz. HEX triplet: DD, 07 and 52. RGB value is (221,7,82). Sum of RGB (Red+Green+Blue) = 221+7+82=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0752 is #22F8AD. Grayscale: #4F4F4F. Windows color (decimal): -2291886 or 5375965. OLE color: 5375965.

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

Color convert

RGB 221 7 82 -
CMYK 0 0.97 0.63 0.13
HSL 338.97º 0.94% 0.45% -
HSV(B) 338.97º 0.97% 0.87% -
XYZ 31.42 16.13 9.44 -
YUV 79.54 129.4 228.9 -
System Red Green Blue C M Y K H S L
Decimal 221 7 82 0 0.97 0.63 0.13 338.97 0.94 0.45
Hex DD 7 52 0 61 3F D 153 5E 2D
Octal 335 7 122 0 141 77 15 523 136 55
Binary 11011101 111 1010010 0 1100001 111111 1101 101010011 1011110 101101

Color Harmonies of #DD0752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0752

Black with #DD0752

Text Example


Text Example

White with #DD0752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0752; }

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

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

background-color css

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

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

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

border-color css

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

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

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