Html Css Color HEX #DC205B Ruby

📋 copy color: '#DC205B'

red 220 ◦ green 32 ◦ blue 91

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

Shades of Ruby #DC205B

Tints of Ruby #DC205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 64.14%
G = 9.33%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC205B (or 0xDC205B) is known color: Ruby. HEX triplet: DC, 20 and 5B. RGB value is (220,32,91). Sum of RGB (Red+Green+Blue) = 220+32+91=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC205B is #23DFA4. Grayscale: #5E5E5E. Windows color (decimal): -2351013 or 5972188. OLE color: 5972188.

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

Color convert

RGB 220 32 91 -
CMYK 0 0.85 0.59 0.14
HSL 341.17º 0.75% 0.49% -
HSV(B) 341.17º 0.85% 0.86% -
XYZ 31.92 17 11.5 -
YUV 94.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 220 32 91 0 0.85 0.59 0.14 341.17 0.75 0.49
Hex DC 20 5B 0 55 3B E 155 4B 31
Octal 334 40 133 0 125 73 16 525 113 61
Binary 11011100 100000 1011011 0 1010101 111011 1110 101010101 1001011 110001

Color Harmonies of #DC205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC205B

Black with #DC205B

Text Example


Text Example

White with #DC205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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