Html Css Color HEX #DC205D Ruby

📋 copy color: '#DC205D'

red 220 ◦ green 32 ◦ blue 93

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

Shades of Ruby #DC205D

Tints of Ruby #DC205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.28%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 63.77%
G = 9.28%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC205D (or 0xDC205D) is known color: Ruby. HEX triplet: DC, 20 and 5D. RGB value is (220,32,93). Sum of RGB (Red+Green+Blue) = 220+32+93=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC205D is #23DFA2. Grayscale: #5F5F5F. Windows color (decimal): -2351011 or 6103260. OLE color: 6103260.

HSL color Cylindrical-coordinate representation of color #DC205D: hue angle of 340.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC205D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 93 -
CMYK 0 0.85 0.58 0.14
HSL 340.53º 0.75% 0.49% -
HSV(B) 340.53º 0.85% 0.86% -
XYZ 32.01 17.04 11.96 -
YUV 95.17 126.78 217.04 -
System Red Green Blue C M Y K H S L
Decimal 220 32 93 0 0.85 0.58 0.14 340.53 0.75 0.49
Hex DC 20 5D 0 55 3A E 155 4B 31
Octal 334 40 135 0 125 72 16 525 113 61
Binary 11011100 100000 1011101 0 1010101 111010 1110 101010101 1001011 110001

Color Harmonies of #DC205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC205D

Black with #DC205D

Text Example


Text Example

White with #DC205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC205D; }

 p { color: rgb(220,32,93); }

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

background-color css

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

 a { background-color: rgb(220,32,93); }

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

border-color css

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

 span { border-color: rgb(220,32,93); }

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