Html Css Color HEX #D6086F Ruby

📋 copy color: '#D6086F'

red 214 ◦ green 8 ◦ blue 111

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

Shades of Ruby #D6086F

Tints of Ruby #D6086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 64.26%
G = 2.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6086F (or 0xD6086F) is known color: Ruby. HEX triplet: D6, 08 and 6F. RGB value is (214,8,111). Sum of RGB (Red+Green+Blue) = 214+8+111=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D6086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6086F is #29F790. Grayscale: #515151. Windows color (decimal): -2750353 or 7276758. OLE color: 7276758.

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

Color convert

RGB 214 8 111 -
CMYK 0 0.96 0.48 0.16
HSL 330º 0.93% 0.44% -
HSV(B) 330º 0.96% 0.84% -
XYZ 30.69 15.62 16.44 -
YUV 81.34 144.75 222.62 -
System Red Green Blue C M Y K H S L
Decimal 214 8 111 0 0.96 0.48 0.16 330 0.93 0.44
Hex D6 8 6F 0 60 30 10 14A 5D 2C
Octal 326 10 157 0 140 60 20 512 135 54
Binary 11010110 1000 1101111 0 1100000 110000 10000 101001010 1011101 101100

Color Harmonies of #D6086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6086F

Black with #D6086F

Text Example


Text Example

White with #D6086F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6086F; }

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

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

background-color css

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

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

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

border-color css

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

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

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