Html Css Color HEX #D9086A Ruby

📋 copy color: '#D9086A'

red 217 ◦ green 8 ◦ blue 106

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

Shades of Ruby #D9086A

Tints of Ruby #D9086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 65.56%
G = 2.42%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9086A (or 0xD9086A) is known color: Ruby. HEX triplet: D9, 08 and 6A. RGB value is (217,8,106). Sum of RGB (Red+Green+Blue) = 217+8+106=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9086A is #26F795. Grayscale: #515151. Windows color (decimal): -2553750 or 6949081. OLE color: 6949081.

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

Color convert

RGB 217 8 106 -
CMYK 0 0.96 0.51 0.15
HSL 331.87º 0.93% 0.44% -
HSV(B) 331.87º 0.96% 0.85% -
XYZ 31.3 15.97 15.07 -
YUV 81.66 141.74 224.53 -
System Red Green Blue C M Y K H S L
Decimal 217 8 106 0 0.96 0.51 0.15 331.87 0.93 0.44
Hex D9 8 6A 0 60 33 F 14C 5D 2C
Octal 331 10 152 0 140 63 17 514 135 54
Binary 11011001 1000 1101010 0 1100000 110011 1111 101001100 1011101 101100

Color Harmonies of #D9086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9086A

Black with #D9086A

Text Example


Text Example

White with #D9086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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