Html Css Color HEX #DC205A Ruby

📋 copy color: '#DC205A'

red 220 ◦ green 32 ◦ blue 90

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

Shades of Ruby #DC205A

Tints of Ruby #DC205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 64.33%
G = 9.36%
B = 26.32%

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

#DC205A (or 0xDC205A) is known color: Ruby. HEX triplet: DC, 20 and 5A. RGB value is (220,32,90). Sum of RGB (Red+Green+Blue) = 220+32+90=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC205A is #23DFA5. Grayscale: #5E5E5E. Windows color (decimal): -2351014 or 5906652. OLE color: 5906652.

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

Color convert

RGB 220 32 90 -
CMYK 0 0.85 0.59 0.14
HSL 341.49º 0.75% 0.49% -
HSV(B) 341.49º 0.85% 0.86% -
XYZ 31.88 16.99 11.27 -
YUV 94.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 220 32 90 0 0.85 0.59 0.14 341.49 0.75 0.49
Hex DC 20 5A 0 55 3B E 155 4B 31
Octal 334 40 132 0 125 73 16 525 113 61
Binary 11011100 100000 1011010 0 1010101 111011 1110 101010101 1001011 110001

Color Harmonies of #DC205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC205A

Black with #DC205A

Text Example


Text Example

White with #DC205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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