Html Css Color HEX #DD0573 Ruby

📋 copy color: '#DD0573'

red 221 ◦ green 5 ◦ blue 115

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

Shades of Ruby #DD0573

Tints of Ruby #DD0573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 64.81%
G = 1.47%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD0573 (or 0xDD0573) is known color: Ruby. HEX triplet: DD, 05 and 73. RGB value is (221,5,115). Sum of RGB (Red+Green+Blue) = 221+5+115=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0573 is #22FA8C. Grayscale: #515151. Windows color (decimal): -2292365 or 7538141. OLE color: 7538141.

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

Color convert

RGB 221 5 115 -
CMYK 0 0.98 0.48 0.13
HSL 329.44º 0.96% 0.44% -
HSV(B) 329.44º 0.98% 0.87% -
XYZ 32.97 16.72 17.71 -
YUV 82.12 146.56 227.06 -
System Red Green Blue C M Y K H S L
Decimal 221 5 115 0 0.98 0.48 0.13 329.44 0.96 0.44
Hex DD 5 73 0 62 30 D 149 60 2C
Octal 335 5 163 0 142 60 15 511 140 54
Binary 11011101 101 1110011 0 1100010 110000 1101 101001001 1100000 101100

Color Harmonies of #DD0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0573

Black with #DD0573

Text Example


Text Example

White with #DD0573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0573; }

 p { color: rgb(221,5,115); }

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

background-color css

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

 a { background-color: rgb(221,5,115); }

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

border-color css

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

 span { border-color: rgb(221,5,115); }

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