Html Css Color HEX #DD0172 Razzmatazz

📋 copy color: '#DD0172'

red 221 ◦ green 1 ◦ blue 114

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

Shades of Razzmatazz #DD0172

Tints of Razzmatazz #DD0172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 65.77%
G = 0.3%
B = 33.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD0172 (or 0xDD0172) is known color: Razzmatazz. HEX triplet: DD, 01 and 72. RGB value is (221,1,114). Sum of RGB (Red+Green+Blue) = 221+1+114=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0172 is #22FE8D. Grayscale: #4F4F4F. Windows color (decimal): -2293390 or 7471581. OLE color: 7471581.

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

Color convert

RGB 221 1 114 -
CMYK 0 1.00 0.48 0.13
HSL 329.18º 0.99% 0.44% -
HSV(B) 329.18º 1% 0.87% -
XYZ 32.87 16.61 17.39 -
YUV 79.66 147.39 228.81 -
System Red Green Blue C M Y K H S L
Decimal 221 1 114 0 1.00 0.48 0.13 329.18 0.99 0.44
Hex DD 1 72 0 64 30 D 149 63 2C
Octal 335 1 162 0 144 60 15 511 143 54
Binary 11011101 1 1110010 0 1100100 110000 1101 101001001 1100011 101100

Color Harmonies of #DD0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0172

Black with #DD0172

Text Example


Text Example

White with #DD0172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0172; }

 p { color: rgb(221,1,114); }

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

background-color css

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

 a { background-color: rgb(221,1,114); }

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

border-color css

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

 span { border-color: rgb(221,1,114); }

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