Html Css Color HEX #D9096D Ruby

📋 copy color: '#D9096D'

red 217 ◦ green 9 ◦ blue 109

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

Shades of Ruby #D9096D

Tints of Ruby #D9096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 64.78%
G = 2.69%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9096D (or 0xD9096D) is known color: Ruby. HEX triplet: D9, 09 and 6D. RGB value is (217,9,109). Sum of RGB (Red+Green+Blue) = 217+9+109=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9096D is #26F692. Grayscale: #525252. Windows color (decimal): -2553491 or 7145945. OLE color: 7145945.

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

Color convert

RGB 217 9 109 -
CMYK 0 0.96 0.50 0.15
HSL 331.15º 0.92% 0.44% -
HSV(B) 331.15º 0.96% 0.85% -
XYZ 31.47 16.05 15.91 -
YUV 82.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 217 9 109 0 0.96 0.50 0.15 331.15 0.92 0.44
Hex D9 9 6D 0 60 32 F 14B 5C 2C
Octal 331 11 155 0 140 62 17 513 134 54
Binary 11011001 1001 1101101 0 1100000 110010 1111 101001011 1011100 101100

Color Harmonies of #D9096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9096D

Black with #D9096D

Text Example


Text Example

White with #D9096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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