Html Css Color HEX #DD0070 Razzmatazz

📋 copy color: '#DD0070'

red 221 ◦ green 0 ◦ blue 112

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

Shades of Razzmatazz #DD0070

Tints of Razzmatazz #DD0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 66.37%
G = 0%
B = 33.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD0070 (or 0xDD0070) is known color: Razzmatazz. HEX triplet: DD, 00 and 70. RGB value is (221,0,112). Sum of RGB (Red+Green+Blue) = 221+0+112=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0070 is #22FF8F. Grayscale: #4E4E4E. Windows color (decimal): -2293648 or 7340253. OLE color: 7340253.

HSL color Cylindrical-coordinate representation of color #DD0070: hue angle of 329.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0070 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 112 -
CMYK 0 1 0.49 0.13
HSL 329.59º 1% 0.43% -
HSV(B) 329.59º 1% 0.87% -
XYZ 32.74 16.54 16.8 -
YUV 78.85 146.72 229.39 -
System Red Green Blue C M Y K H S L
Decimal 221 0 112 0 1 0.49 0.13 329.59 1 0.43
Hex DD 0 70 0 64 31 D 14A 64 2B
Octal 335 0 160 0 144 61 15 512 144 53
Binary 11011101 0 1110000 0 1100100 110001 1101 101001010 1100100 101011

Color Harmonies of #DD0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0070

Black with #DD0070

Text Example


Text Example

White with #DD0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0070; }

 p { color: rgb(221,0,112); }

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

background-color css

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

 a { background-color: rgb(221,0,112); }

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

border-color css

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

 span { border-color: rgb(221,0,112); }

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