Html Css Color HEX #DD0A5D Razzmatazz

📋 copy color: '#DD0A5D'

red 221 ◦ green 10 ◦ blue 93

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

Shades of Razzmatazz #DD0A5D

Tints of Razzmatazz #DD0A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 68.21%
G = 3.09%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD0A5D (or 0xDD0A5D) is known color: Razzmatazz. HEX triplet: DD, 0A and 5D. RGB value is (221,10,93). Sum of RGB (Red+Green+Blue) = 221+10+93=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A5D is #22F5A2. Grayscale: #525252. Windows color (decimal): -2291107 or 6097629. OLE color: 6097629.

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

Color convert

RGB 221 10 93 -
CMYK 0 0.95 0.58 0.13
HSL 336.4º 0.91% 0.45% -
HSV(B) 336.4º 0.95% 0.87% -
XYZ 31.9 16.38 11.84 -
YUV 82.55 133.9 226.75 -
System Red Green Blue C M Y K H S L
Decimal 221 10 93 0 0.95 0.58 0.13 336.4 0.91 0.45
Hex DD A 5D 0 5F 3A D 150 5B 2D
Octal 335 12 135 0 137 72 15 520 133 55
Binary 11011101 1010 1011101 0 1011111 111010 1101 101010000 1011011 101101

Color Harmonies of #DD0A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A5D

Black with #DD0A5D

Text Example


Text Example

White with #DD0A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A5D; }

 p { color: rgb(221,10,93); }

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

background-color css

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

 a { background-color: rgb(221,10,93); }

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

border-color css

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

 span { border-color: rgb(221,10,93); }

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