Html Css Color HEX #DD0159 Razzmatazz

📋 copy color: '#DD0159'

red 221 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #DD0159

Tints of Razzmatazz #DD0159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 71.06%
G = 0.32%
B = 28.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD0159 (or 0xDD0159) is known color: Razzmatazz. HEX triplet: DD, 01 and 59. RGB value is (221,1,89). Sum of RGB (Red+Green+Blue) = 221+1+89=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0159 is #22FEA6. Grayscale: #4C4C4C. Windows color (decimal): -2293415 or 5833181. OLE color: 5833181.

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

Color convert

RGB 221 1 89 -
CMYK 0 1.00 0.60 0.13
HSL 336º 0.99% 0.44% -
HSV(B) 336º 1% 0.87% -
XYZ 31.63 16.12 10.89 -
YUV 76.81 134.89 230.84 -
System Red Green Blue C M Y K H S L
Decimal 221 1 89 0 1.00 0.60 0.13 336 0.99 0.44
Hex DD 1 59 0 64 3C D 150 63 2C
Octal 335 1 131 0 144 74 15 520 143 54
Binary 11011101 1 1011001 0 1100100 111100 1101 101010000 1100011 101100

Color Harmonies of #DD0159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0159

Black with #DD0159

Text Example


Text Example

White with #DD0159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0159; }

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

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

background-color css

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

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

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

border-color css

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

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

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