Html Css Color HEX #D8086A Ruby

📋 copy color: '#D8086A'

red 216 ◦ green 8 ◦ blue 106

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

Shades of Ruby #D8086A

Tints of Ruby #D8086A

RGB

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

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

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

R = 65.45%
G = 2.42%
B = 32.12%

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

#D8086A (or 0xD8086A) is known color: Ruby. HEX triplet: D8, 08 and 6A. RGB value is (216,8,106). Sum of RGB (Red+Green+Blue) = 216+8+106=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8086A is #27F795. Grayscale: #515151. Windows color (decimal): -2619286 or 6949080. OLE color: 6949080.

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

Color convert

RGB 216 8 106 -
CMYK 0 0.96 0.51 0.15
HSL 331.73º 0.93% 0.44% -
HSV(B) 331.73º 0.96% 0.85% -
XYZ 31.01 15.81 15.05 -
YUV 81.36 141.91 224.03 -
System Red Green Blue C M Y K H S L
Decimal 216 8 106 0 0.96 0.51 0.15 331.73 0.93 0.44
Hex D8 8 6A 0 60 33 F 14C 5D 2C
Octal 330 10 152 0 140 63 17 514 135 54
Binary 11011000 1000 1101010 0 1100000 110011 1111 101001100 1011101 101100

Color Harmonies of #D8086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8086A

Black with #D8086A

Text Example


Text Example

White with #D8086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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