Html Css Color HEX #D8186D Ruby

📋 copy color: '#D8186D'

red 216 ◦ green 24 ◦ blue 109

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

Shades of Ruby #D8186D

Tints of Ruby #D8186D

RGB

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

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

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

R = 61.89%
G = 6.88%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8186D (or 0xD8186D) is known color: Ruby. HEX triplet: D8, 18 and 6D. RGB value is (216,24,109). Sum of RGB (Red+Green+Blue) = 216+24+109=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8186D is #27E792. Grayscale: #5A5A5A. Windows color (decimal): -2615187 or 7149784. OLE color: 7149784.

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

Color convert

RGB 216 24 109 -
CMYK 0 0.89 0.50 0.15
HSL 333.44º 0.8% 0.47% -
HSV(B) 333.44º 0.89% 0.85% -
XYZ 31.41 16.36 15.97 -
YUV 91.1 138.11 217.09 -
System Red Green Blue C M Y K H S L
Decimal 216 24 109 0 0.89 0.50 0.15 333.44 0.8 0.47
Hex D8 18 6D 0 59 32 F 14D 50 2F
Octal 330 30 155 0 131 62 17 515 120 57
Binary 11011000 11000 1101101 0 1011001 110010 1111 101001101 1010000 101111

Color Harmonies of #D8186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8186D

Black with #D8186D

Text Example


Text Example

White with #D8186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8186D; }

 p { color: rgb(216,24,109); }

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

background-color css

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

 a { background-color: rgb(216,24,109); }

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

border-color css

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

 span { border-color: rgb(216,24,109); }

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