Html Css Color HEX #DC205F Ruby

📋 copy color: '#DC205F'

red 220 ◦ green 32 ◦ blue 95

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

Shades of Ruby #DC205F

Tints of Ruby #DC205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 63.4%
G = 9.22%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC205F (or 0xDC205F) is known color: Ruby. HEX triplet: DC, 20 and 5F. RGB value is (220,32,95). Sum of RGB (Red+Green+Blue) = 220+32+95=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC205F is #23DFA0. Grayscale: #5F5F5F. Windows color (decimal): -2351009 or 6234332. OLE color: 6234332.

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

Color convert

RGB 220 32 95 -
CMYK 0 0.85 0.57 0.14
HSL 339.89º 0.75% 0.49% -
HSV(B) 339.89º 0.85% 0.86% -
XYZ 32.1 17.07 12.43 -
YUV 95.39 127.78 216.88 -
System Red Green Blue C M Y K H S L
Decimal 220 32 95 0 0.85 0.57 0.14 339.89 0.75 0.49
Hex DC 20 5F 0 55 39 E 154 4B 31
Octal 334 40 137 0 125 71 16 524 113 61
Binary 11011100 100000 1011111 0 1010101 111001 1110 101010100 1001011 110001

Color Harmonies of #DC205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC205F

Black with #DC205F

Text Example


Text Example

White with #DC205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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