Html Css Color HEX #D9086D Ruby

📋 copy color: '#D9086D'

red 217 ◦ green 8 ◦ blue 109

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

Shades of Ruby #D9086D

Tints of Ruby #D9086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

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

R = 64.97%
G = 2.4%
B = 32.63%

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

#D9086D (or 0xD9086D) is known color: Ruby. HEX triplet: D9, 08 and 6D. RGB value is (217,8,109). Sum of RGB (Red+Green+Blue) = 217+8+109=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9086D is #26F792. Grayscale: #515151. Windows color (decimal): -2553747 or 7145689. OLE color: 7145689.

HSL color Cylindrical-coordinate representation of color #D9086D: hue angle of 331º degrees, saturation: 0.93, 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 #D9086D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 8 109 -
CMYK 0 0.96 0.50 0.15
HSL 331º 0.93% 0.44% -
HSV(B) 331º 0.96% 0.85% -
XYZ 31.46 16.03 15.9 -
YUV 82.01 143.24 224.29 -
System Red Green Blue C M Y K H S L
Decimal 217 8 109 0 0.96 0.50 0.15 331 0.93 0.44
Hex D9 8 6D 0 60 32 F 14B 5D 2C
Octal 331 10 155 0 140 62 17 513 135 54
Binary 11011001 1000 1101101 0 1100000 110010 1111 101001011 1011101 101100

Color Harmonies of #D9086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9086D

Black with #D9086D

Text Example


Text Example

White with #D9086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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