Html Css Color HEX #D6186E Ruby

📋 copy color: '#D6186E'

red 214 ◦ green 24 ◦ blue 110

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

Shades of Ruby #D6186E

Tints of Ruby #D6186E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 61.49%
G = 6.9%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6186E (or 0xD6186E) is known color: Ruby. HEX triplet: D6, 18 and 6E. RGB value is (214,24,110). Sum of RGB (Red+Green+Blue) = 214+24+110=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6186E is #29E791. Grayscale: #5A5A5A. Windows color (decimal): -2746258 or 7215318. OLE color: 7215318.

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

Color convert

RGB 214 24 110 -
CMYK 0 0.89 0.49 0.16
HSL 332.84º 0.8% 0.47% -
HSV(B) 332.84º 0.89% 0.84% -
XYZ 30.87 16.08 16.23 -
YUV 90.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 214 24 110 0 0.89 0.49 0.16 332.84 0.8 0.47
Hex D6 18 6E 0 59 31 10 14D 50 2F
Octal 326 30 156 0 131 61 20 515 120 57
Binary 11010110 11000 1101110 0 1011001 110001 10000 101001101 1010000 101111

Color Harmonies of #D6186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6186E

Black with #D6186E

Text Example


Text Example

White with #D6186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6186E; }

 p { color: rgb(214,24,110); }

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

background-color css

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

 a { background-color: rgb(214,24,110); }

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

border-color css

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

 span { border-color: rgb(214,24,110); }

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