Html Css Color HEX #D8186F Ruby

📋 copy color: '#D8186F'

red 216 ◦ green 24 ◦ blue 111

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

Shades of Ruby #D8186F

Tints of Ruby #D8186F

RGB

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

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

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

R = 61.54%
G = 6.84%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8186F (or 0xD8186F) is known color: Ruby. HEX triplet: D8, 18 and 6F. RGB value is (216,24,111). Sum of RGB (Red+Green+Blue) = 216+24+111=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D8186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8186F is #27E790. Grayscale: #5B5B5B. Windows color (decimal): -2615185 or 7280856. OLE color: 7280856.

HSL color Cylindrical-coordinate representation of color #D8186F: hue angle of 332.81º 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 #D8186F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 24 111 -
CMYK 0 0.89 0.49 0.15
HSL 332.81º 0.8% 0.47% -
HSV(B) 332.81º 0.89% 0.85% -
XYZ 31.51 16.4 16.54 -
YUV 91.33 139.11 216.93 -
System Red Green Blue C M Y K H S L
Decimal 216 24 111 0 0.89 0.49 0.15 332.81 0.8 0.47
Hex D8 18 6F 0 59 31 F 14D 50 2F
Octal 330 30 157 0 131 61 17 515 120 57
Binary 11011000 11000 1101111 0 1011001 110001 1111 101001101 1010000 101111

Color Harmonies of #D8186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8186F

Black with #D8186F

Text Example


Text Example

White with #D8186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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