Html Css Color HEX #DD0A55 Razzmatazz

📋 copy color: '#DD0A55'

red 221 ◦ green 10 ◦ blue 85

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

Shades of Razzmatazz #DD0A55

Tints of Razzmatazz #DD0A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 69.94%
G = 3.16%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD0A55 (or 0xDD0A55) is known color: Razzmatazz. HEX triplet: DD, 0A and 55. RGB value is (221,10,85). Sum of RGB (Red+Green+Blue) = 221+10+85=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A55 is #22F5AA. Grayscale: #515151. Windows color (decimal): -2291115 or 5573341. OLE color: 5573341.

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

Color convert

RGB 221 10 85 -
CMYK 0 0.95 0.62 0.13
HSL 338.67º 0.91% 0.45% -
HSV(B) 338.67º 0.95% 0.87% -
XYZ 31.57 16.25 10.07 -
YUV 81.64 129.9 227.4 -
System Red Green Blue C M Y K H S L
Decimal 221 10 85 0 0.95 0.62 0.13 338.67 0.91 0.45
Hex DD A 55 0 5F 3E D 153 5B 2D
Octal 335 12 125 0 137 76 15 523 133 55
Binary 11011101 1010 1010101 0 1011111 111110 1101 101010011 1011011 101101

Color Harmonies of #DD0A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A55

Black with #DD0A55

Text Example


Text Example

White with #DD0A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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