Html Css Color HEX #D6086D Ruby

📋 copy color: '#D6086D'

red 214 ◦ green 8 ◦ blue 109

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

Shades of Ruby #D6086D

Tints of Ruby #D6086D

RGB

 RED value IS 214 (83.98% from 255) = 64.65%

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

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

R = 64.65%
G = 2.42%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6086D (or 0xD6086D) is known color: Ruby. HEX triplet: D6, 08 and 6D. RGB value is (214,8,109). Sum of RGB (Red+Green+Blue) = 214+8+109=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6086D is #29F792. Grayscale: #505050. Windows color (decimal): -2750355 or 7145686. OLE color: 7145686.

HSL color Cylindrical-coordinate representation of color #D6086D: hue angle of 330.58º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6086D is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 109 -
CMYK 0 0.96 0.49 0.16
HSL 330.58º 0.93% 0.44% -
HSV(B) 330.58º 0.96% 0.84% -
XYZ 30.58 15.57 15.86 -
YUV 81.11 143.75 222.79 -
System Red Green Blue C M Y K H S L
Decimal 214 8 109 0 0.96 0.49 0.16 330.58 0.93 0.44
Hex D6 8 6D 0 60 31 10 14B 5D 2C
Octal 326 10 155 0 140 61 20 513 135 54
Binary 11010110 1000 1101101 0 1100000 110001 10000 101001011 1011101 101100

Color Harmonies of #D6086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6086D

Black with #D6086D

Text Example


Text Example

White with #D6086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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