Html Css Color HEX #D5205A Ruby

📋 copy color: '#D5205A'

red 213 ◦ green 32 ◦ blue 90

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

Shades of Ruby #D5205A

Tints of Ruby #D5205A

RGB

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

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

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

R = 63.58%
G = 9.55%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5205A (or 0xD5205A) is known color: Ruby. HEX triplet: D5, 20 and 5A. RGB value is (213,32,90). Sum of RGB (Red+Green+Blue) = 213+32+90=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D5205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5205A is #2ADFA5. Grayscale: #5C5C5C. Windows color (decimal): -2809766 or 5906645. OLE color: 5906645.

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

Color convert

RGB 213 32 90 -
CMYK 0 0.85 0.58 0.16
HSL 340.77º 0.74% 0.48% -
HSV(B) 340.77º 0.85% 0.84% -
XYZ 29.8 15.92 11.17 -
YUV 92.73 126.47 213.78 -
System Red Green Blue C M Y K H S L
Decimal 213 32 90 0 0.85 0.58 0.16 340.77 0.74 0.48
Hex D5 20 5A 0 55 3A 10 155 4A 30
Octal 325 40 132 0 125 72 20 525 112 60
Binary 11010101 100000 1011010 0 1010101 111010 10000 101010101 1001010 110000

Color Harmonies of #D5205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5205A

Black with #D5205A

Text Example


Text Example

White with #D5205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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