Html Css Color HEX #D9205D Ruby

📋 copy color: '#D9205D'

red 217 ◦ green 32 ◦ blue 93

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

Shades of Ruby #D9205D

Tints of Ruby #D9205D

RGB

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

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

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

R = 63.45%
G = 9.36%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9205D (or 0xD9205D) is known color: Ruby. HEX triplet: D9, 20 and 5D. RGB value is (217,32,93). Sum of RGB (Red+Green+Blue) = 217+32+93=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9205D is #26DFA2. Grayscale: #5E5E5E. Windows color (decimal): -2547619 or 6103257. OLE color: 6103257.

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

Color convert

RGB 217 32 93 -
CMYK 0 0.85 0.57 0.15
HSL 340.22º 0.74% 0.49% -
HSV(B) 340.22º 0.85% 0.85% -
XYZ 31.11 16.58 11.92 -
YUV 94.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 217 32 93 0 0.85 0.57 0.15 340.22 0.74 0.49
Hex D9 20 5D 0 55 39 F 154 4A 31
Octal 331 40 135 0 125 71 17 524 112 61
Binary 11011001 100000 1011101 0 1010101 111001 1111 101010100 1001010 110001

Color Harmonies of #D9205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9205D

Black with #D9205D

Text Example


Text Example

White with #D9205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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