Html Css Color HEX #D9086B Ruby

📋 copy color: '#D9086B'

red 217 ◦ green 8 ◦ blue 107

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

Shades of Ruby #D9086B

Tints of Ruby #D9086B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 65.36%
G = 2.41%
B = 32.23%

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

#D9086B (or 0xD9086B) is known color: Ruby. HEX triplet: D9, 08 and 6B. RGB value is (217,8,107). Sum of RGB (Red+Green+Blue) = 217+8+107=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9086B is #26F794. Grayscale: #515151. Windows color (decimal): -2553749 or 7014617. OLE color: 7014617.

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

Color convert

RGB 217 8 107 -
CMYK 0 0.96 0.51 0.15
HSL 331.58º 0.93% 0.44% -
HSV(B) 331.58º 0.96% 0.85% -
XYZ 31.36 15.99 15.34 -
YUV 81.78 142.24 224.45 -
System Red Green Blue C M Y K H S L
Decimal 217 8 107 0 0.96 0.51 0.15 331.58 0.93 0.44
Hex D9 8 6B 0 60 33 F 14C 5D 2C
Octal 331 10 153 0 140 63 17 514 135 54
Binary 11011001 1000 1101011 0 1100000 110011 1111 101001100 1011101 101100

Color Harmonies of #D9086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9086B

Black with #D9086B

Text Example


Text Example

White with #D9086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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