Html Css Color HEX #D5205D Ruby

📋 copy color: '#D5205D'

red 213 ◦ green 32 ◦ blue 93

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

Shades of Ruby #D5205D

Tints of Ruby #D5205D

RGB

 RED value IS 213 (83.59% from 255) = 63.02%

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

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

R = 63.02%
G = 9.47%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5205D (or 0xD5205D) is known color: Ruby. HEX triplet: D5, 20 and 5D. RGB value is (213,32,93). Sum of RGB (Red+Green+Blue) = 213+32+93=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5205D is #2ADFA2. Grayscale: #5D5D5D. Windows color (decimal): -2809763 or 6103253. OLE color: 6103253.

HSL color Cylindrical-coordinate representation of color #D5205D: hue angle of 339.78º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5205D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 93 -
CMYK 0 0.85 0.56 0.16
HSL 339.78º 0.74% 0.48% -
HSV(B) 339.78º 0.85% 0.84% -
XYZ 29.93 15.97 11.86 -
YUV 93.07 127.97 213.54 -
System Red Green Blue C M Y K H S L
Decimal 213 32 93 0 0.85 0.56 0.16 339.78 0.74 0.48
Hex D5 20 5D 0 55 38 10 154 4A 30
Octal 325 40 135 0 125 70 20 524 112 60
Binary 11010101 100000 1011101 0 1010101 111000 10000 101010100 1001010 110000

Color Harmonies of #D5205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5205D

Black with #D5205D

Text Example


Text Example

White with #D5205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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