Html Css Color HEX #DC0577 Ruby

📋 copy color: '#DC0577'

red 220 ◦ green 5 ◦ blue 119

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

Shades of Ruby #DC0577

Tints of Ruby #DC0577

RGB

 RED value IS 220 (86.33% from 255) = 63.95%

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

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 63.95%
G = 1.45%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC0577 (or 0xDC0577) is known color: Ruby. HEX triplet: DC, 05 and 77. RGB value is (220,5,119). Sum of RGB (Red+Green+Blue) = 220+5+119=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0577 is #23FA88. Grayscale: #525252. Windows color (decimal): -2357897 or 7800284. OLE color: 7800284.

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

Color convert

RGB 220 5 119 -
CMYK 0 0.98 0.46 0.14
HSL 328.19º 0.96% 0.44% -
HSV(B) 328.19º 0.98% 0.86% -
XYZ 32.9 16.66 18.93 -
YUV 82.28 148.73 226.23 -
System Red Green Blue C M Y K H S L
Decimal 220 5 119 0 0.98 0.46 0.14 328.19 0.96 0.44
Hex DC 5 77 0 62 2E E 148 60 2C
Octal 334 5 167 0 142 56 16 510 140 54
Binary 11011100 101 1110111 0 1100010 101110 1110 101001000 1100000 101100

Color Harmonies of #DC0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0577

Black with #DC0577

Text Example


Text Example

White with #DC0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0577; }

 p { color: rgb(220,5,119); }

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

background-color css

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

 a { background-color: rgb(220,5,119); }

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

border-color css

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

 span { border-color: rgb(220,5,119); }

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