Html Css Color HEX #D8086B Ruby

📋 copy color: '#D8086B'

red 216 ◦ green 8 ◦ blue 107

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

Shades of Ruby #D8086B

Tints of Ruby #D8086B

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

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

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

R = 65.26%
G = 2.42%
B = 32.33%

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

#D8086B (or 0xD8086B) is known color: Ruby. HEX triplet: D8, 08 and 6B. RGB value is (216,8,107). Sum of RGB (Red+Green+Blue) = 216+8+107=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8086B is #27F794. Grayscale: #515151. Windows color (decimal): -2619285 or 7014616. OLE color: 7014616.

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

Color convert

RGB 216 8 107 -
CMYK 0 0.96 0.50 0.15
HSL 331.44º 0.93% 0.44% -
HSV(B) 331.44º 0.96% 0.85% -
XYZ 31.06 15.83 15.33 -
YUV 81.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 216 8 107 0 0.96 0.50 0.15 331.44 0.93 0.44
Hex D8 8 6B 0 60 32 F 14B 5D 2C
Octal 330 10 153 0 140 62 17 513 135 54
Binary 11011000 1000 1101011 0 1100000 110010 1111 101001011 1011101 101100

Color Harmonies of #D8086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8086B

Black with #D8086B

Text Example


Text Example

White with #D8086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8086B; }

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

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

background-color css

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

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

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

border-color css

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

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

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