Html Css Color HEX #DC0570 Ruby

📋 copy color: '#DC0570'

red 220 ◦ green 5 ◦ blue 112

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

Shades of Ruby #DC0570

Tints of Ruby #DC0570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 65.28%
G = 1.48%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC0570 (or 0xDC0570) is known color: Ruby. HEX triplet: DC, 05 and 70. RGB value is (220,5,112). Sum of RGB (Red+Green+Blue) = 220+5+112=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0570 is #23FA8F. Grayscale: #515151. Windows color (decimal): -2357904 or 7341532. OLE color: 7341532.

HSL color Cylindrical-coordinate representation of color #DC0570: hue angle of 330.14º 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 #DC0570 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 5 112 -
CMYK 0 0.98 0.49 0.14
HSL 330.14º 0.96% 0.44% -
HSV(B) 330.14º 0.98% 0.86% -
XYZ 32.49 16.49 16.8 -
YUV 81.48 145.23 226.8 -
System Red Green Blue C M Y K H S L
Decimal 220 5 112 0 0.98 0.49 0.14 330.14 0.96 0.44
Hex DC 5 70 0 62 31 E 14A 60 2C
Octal 334 5 160 0 142 61 16 512 140 54
Binary 11011100 101 1110000 0 1100010 110001 1110 101001010 1100000 101100

Color Harmonies of #DC0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0570

Black with #DC0570

Text Example


Text Example

White with #DC0570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0570; }

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

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

background-color css

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

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

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

border-color css

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

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

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