Html Css Color HEX #D9206D Ruby

📋 copy color: '#D9206D'

red 217 ◦ green 32 ◦ blue 109

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

Shades of Ruby #D9206D

Tints of Ruby #D9206D

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

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

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

R = 60.61%
G = 8.94%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9206D (or 0xD9206D) is known color: Ruby. HEX triplet: D9, 20 and 6D. RGB value is (217,32,109). Sum of RGB (Red+Green+Blue) = 217+32+109=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9206D is #26DF92. Grayscale: #5F5F5F. Windows color (decimal): -2547603 or 7151833. OLE color: 7151833.

HSL color Cylindrical-coordinate representation of color #D9206D: hue angle of 335.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9206D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 109 -
CMYK 0 0.85 0.50 0.15
HSL 335.03º 0.74% 0.49% -
HSV(B) 335.03º 0.85% 0.85% -
XYZ 31.89 16.89 16.05 -
YUV 96.09 135.29 214.24 -
System Red Green Blue C M Y K H S L
Decimal 217 32 109 0 0.85 0.50 0.15 335.03 0.74 0.49
Hex D9 20 6D 0 55 32 F 14F 4A 31
Octal 331 40 155 0 125 62 17 517 112 61
Binary 11011001 100000 1101101 0 1010101 110010 1111 101001111 1001010 110001

Color Harmonies of #D9206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9206D

Black with #D9206D

Text Example


Text Example

White with #D9206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9206D; }

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

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

background-color css

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

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

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

border-color css

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

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

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