Html Css Color HEX #DC205C Ruby

📋 copy color: '#DC205C'

red 220 ◦ green 32 ◦ blue 92

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

Shades of Ruby #DC205C

Tints of Ruby #DC205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 63.95%
G = 9.3%
B = 26.74%

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

#DC205C (or 0xDC205C) is known color: Ruby. HEX triplet: DC, 20 and 5C. RGB value is (220,32,92). Sum of RGB (Red+Green+Blue) = 220+32+92=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC205C is #23DFA3. Grayscale: #5F5F5F. Windows color (decimal): -2351012 or 6037724. OLE color: 6037724.

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

Color convert

RGB 220 32 92 -
CMYK 0 0.85 0.58 0.14
HSL 340.85º 0.75% 0.49% -
HSV(B) 340.85º 0.85% 0.86% -
XYZ 31.96 17.02 11.73 -
YUV 95.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 220 32 92 0 0.85 0.58 0.14 340.85 0.75 0.49
Hex DC 20 5C 0 55 3A E 155 4B 31
Octal 334 40 134 0 125 72 16 525 113 61
Binary 11011100 100000 1011100 0 1010101 111010 1110 101010101 1001011 110001

Color Harmonies of #DC205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC205C

Black with #DC205C

Text Example


Text Example

White with #DC205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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