Html Css Color HEX #D5206D Ruby

📋 copy color: '#D5206D'

red 213 ◦ green 32 ◦ blue 109

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

Shades of Ruby #D5206D

Tints of Ruby #D5206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 60.17%
G = 9.04%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5206D (or 0xD5206D) is known color: Ruby. HEX triplet: D5, 20 and 6D. RGB value is (213,32,109). Sum of RGB (Red+Green+Blue) = 213+32+109=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5206D is #2ADF92. Grayscale: #5E5E5E. Windows color (decimal): -2809747 or 7151829. OLE color: 7151829.

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

Color convert

RGB 213 32 109 -
CMYK 0 0.85 0.49 0.16
HSL 334.48º 0.74% 0.48% -
HSV(B) 334.48º 0.85% 0.84% -
XYZ 30.72 16.28 15.99 -
YUV 94.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 213 32 109 0 0.85 0.49 0.16 334.48 0.74 0.48
Hex D5 20 6D 0 55 31 10 14E 4A 30
Octal 325 40 155 0 125 61 20 516 112 60
Binary 11010101 100000 1101101 0 1010101 110001 10000 101001110 1001010 110000

Color Harmonies of #D5206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5206D

Black with #D5206D

Text Example


Text Example

White with #D5206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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