Html Css Color HEX #D5205B Ruby

📋 copy color: '#D5205B'

red 213 ◦ green 32 ◦ blue 91

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

Shades of Ruby #D5205B

Tints of Ruby #D5205B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 63.39%
G = 9.52%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5205B (or 0xD5205B) is known color: Ruby. HEX triplet: D5, 20 and 5B. RGB value is (213,32,91). Sum of RGB (Red+Green+Blue) = 213+32+91=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D5205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5205B is #2ADFA4. Grayscale: #5C5C5C. Windows color (decimal): -2809765 or 5972181. OLE color: 5972181.

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

Color convert

RGB 213 32 91 -
CMYK 0 0.85 0.57 0.16
HSL 340.44º 0.74% 0.48% -
HSV(B) 340.44º 0.85% 0.84% -
XYZ 29.85 15.93 11.4 -
YUV 92.85 126.97 213.7 -
System Red Green Blue C M Y K H S L
Decimal 213 32 91 0 0.85 0.57 0.16 340.44 0.74 0.48
Hex D5 20 5B 0 55 39 10 154 4A 30
Octal 325 40 133 0 125 71 20 524 112 60
Binary 11010101 100000 1011011 0 1010101 111001 10000 101010100 1001010 110000

Color Harmonies of #D5205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5205B

Black with #D5205B

Text Example


Text Example

White with #D5205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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