Html Css Color HEX #D9205E Ruby

📋 copy color: '#D9205E'

red 217 ◦ green 32 ◦ blue 94

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

Shades of Ruby #D9205E

Tints of Ruby #D9205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 63.27%
G = 9.33%
B = 27.41%

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

#D9205E (or 0xD9205E) is known color: Ruby. HEX triplet: D9, 20 and 5E. RGB value is (217,32,94). Sum of RGB (Red+Green+Blue) = 217+32+94=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9205E is #26DFA1. Grayscale: #5E5E5E. Windows color (decimal): -2547618 or 6168793. OLE color: 6168793.

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

Color convert

RGB 217 32 94 -
CMYK 0 0.85 0.57 0.15
HSL 339.89º 0.74% 0.49% -
HSV(B) 339.89º 0.85% 0.85% -
XYZ 31.15 16.59 12.15 -
YUV 94.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 217 32 94 0 0.85 0.57 0.15 339.89 0.74 0.49
Hex D9 20 5E 0 55 39 F 154 4A 31
Octal 331 40 136 0 125 71 17 524 112 61
Binary 11011001 100000 1011110 0 1010101 111001 1111 101010100 1001010 110001

Color Harmonies of #D9205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9205E

Black with #D9205E

Text Example


Text Example

White with #D9205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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