Html Css Color HEX #DD0051 Razzmatazz

📋 copy color: '#DD0051'

red 221 ◦ green 0 ◦ blue 81

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

Shades of Razzmatazz #DD0051

Tints of Razzmatazz #DD0051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.82%

R = 73.18%
G = 0%
B = 26.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD0051 (or 0xDD0051) is known color: Razzmatazz. HEX triplet: DD, 00 and 51. RGB value is (221,0,81). Sum of RGB (Red+Green+Blue) = 221+0+81=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0051 is #22FFAE. Grayscale: #4B4B4B. Windows color (decimal): -2293679 or 5308637. OLE color: 5308637.

HSL color Cylindrical-coordinate representation of color #DD0051: hue angle of 338.01º 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 #DD0051 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 0 81 -
CMYK 0 1 0.63 0.13
HSL 338.01º 1% 0.43% -
HSV(B) 338.01º 1% 0.87% -
XYZ 31.3 15.97 9.22 -
YUV 75.31 131.22 231.91 -
System Red Green Blue C M Y K H S L
Decimal 221 0 81 0 1 0.63 0.13 338.01 1 0.43
Hex DD 0 51 0 64 3F D 152 64 2B
Octal 335 0 121 0 144 77 15 522 144 53
Binary 11011101 0 1010001 0 1100100 111111 1101 101010010 1100100 101011

Color Harmonies of #DD0051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0051

Black with #DD0051

Text Example


Text Example

White with #DD0051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0051; }

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

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

background-color css

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

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

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

border-color css

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

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

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