Html Css Color HEX #DC0574 Ruby

📋 copy color: '#DC0574'

red 220 ◦ green 5 ◦ blue 116

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

Shades of Ruby #DC0574

Tints of Ruby #DC0574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 64.52%
G = 1.47%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC0574 (or 0xDC0574) is known color: Ruby. HEX triplet: DC, 05 and 74. RGB value is (220,5,116). Sum of RGB (Red+Green+Blue) = 220+5+116=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0574 is #23FA8B. Grayscale: #515151. Windows color (decimal): -2357900 or 7603676. OLE color: 7603676.

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

Color convert

RGB 220 5 116 -
CMYK 0 0.98 0.47 0.14
HSL 329.02º 0.96% 0.44% -
HSV(B) 329.02º 0.98% 0.86% -
XYZ 32.72 16.59 18 -
YUV 81.94 147.23 226.47 -
System Red Green Blue C M Y K H S L
Decimal 220 5 116 0 0.98 0.47 0.14 329.02 0.96 0.44
Hex DC 5 74 0 62 2F E 149 60 2C
Octal 334 5 164 0 142 57 16 511 140 54
Binary 11011100 101 1110100 0 1100010 101111 1110 101001001 1100000 101100

Color Harmonies of #DC0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0574

Black with #DC0574

Text Example


Text Example

White with #DC0574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0574; }

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

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

background-color css

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

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

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

border-color css

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

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

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