Html Css Color HEX #D6086C Ruby

📋 copy color: '#D6086C'

red 214 ◦ green 8 ◦ blue 108

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

Shades of Ruby #D6086C

Tints of Ruby #D6086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 64.85%
G = 2.42%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6086C (or 0xD6086C) is known color: Ruby. HEX triplet: D6, 08 and 6C. RGB value is (214,8,108). Sum of RGB (Red+Green+Blue) = 214+8+108=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6086C is #29F793. Grayscale: #505050. Windows color (decimal): -2750356 or 7080150. OLE color: 7080150.

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

Color convert

RGB 214 8 108 -
CMYK 0 0.96 0.50 0.16
HSL 330.87º 0.93% 0.44% -
HSV(B) 330.87º 0.96% 0.84% -
XYZ 30.53 15.55 15.58 -
YUV 80.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 214 8 108 0 0.96 0.50 0.16 330.87 0.93 0.44
Hex D6 8 6C 0 60 32 10 14B 5D 2C
Octal 326 10 154 0 140 62 20 513 135 54
Binary 11010110 1000 1101100 0 1100000 110010 10000 101001011 1011101 101100

Color Harmonies of #D6086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6086C

Black with #D6086C

Text Example


Text Example

White with #D6086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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