Html Css Color HEX #DC0572 Ruby

📋 copy color: '#DC0572'

red 220 ◦ green 5 ◦ blue 114

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

Shades of Ruby #DC0572

Tints of Ruby #DC0572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 64.9%
G = 1.47%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0572 (or 0xDC0572) is known color: Ruby. HEX triplet: DC, 05 and 72. RGB value is (220,5,114). Sum of RGB (Red+Green+Blue) = 220+5+114=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0572 is #23FA8D. Grayscale: #515151. Windows color (decimal): -2357902 or 7472604. OLE color: 7472604.

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

Color convert

RGB 220 5 114 -
CMYK 0 0.98 0.48 0.14
HSL 329.58º 0.96% 0.44% -
HSV(B) 329.58º 0.98% 0.86% -
XYZ 32.61 16.54 17.39 -
YUV 81.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 220 5 114 0 0.98 0.48 0.14 329.58 0.96 0.44
Hex DC 5 72 0 62 30 E 14A 60 2C
Octal 334 5 162 0 142 60 16 512 140 54
Binary 11011100 101 1110010 0 1100010 110000 1110 101001010 1100000 101100

Color Harmonies of #DC0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0572

Black with #DC0572

Text Example


Text Example

White with #DC0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0572; }

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

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

background-color css

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

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

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

border-color css

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

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

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