Html Css Color HEX #D7186F Ruby

📋 copy color: '#D7186F'

red 215 ◦ green 24 ◦ blue 111

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

Shades of Ruby #D7186F

Tints of Ruby #D7186F

RGB

 RED value IS 215 (84.38% from 255) = 61.43%

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

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

R = 61.43%
G = 6.86%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7186F (or 0xD7186F) is known color: Ruby. HEX triplet: D7, 18 and 6F. RGB value is (215,24,111). Sum of RGB (Red+Green+Blue) = 215+24+111=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D7186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7186F is #28E790. Grayscale: #5A5A5A. Windows color (decimal): -2680721 or 7280855. OLE color: 7280855.

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

Color convert

RGB 215 24 111 -
CMYK 0 0.89 0.48 0.16
HSL 332.67º 0.8% 0.47% -
HSV(B) 332.67º 0.89% 0.84% -
XYZ 31.22 16.25 16.53 -
YUV 91.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 215 24 111 0 0.89 0.48 0.16 332.67 0.8 0.47
Hex D7 18 6F 0 59 30 10 14D 50 2F
Octal 327 30 157 0 131 60 20 515 120 57
Binary 11010111 11000 1101111 0 1011001 110000 10000 101001101 1010000 101111

Color Harmonies of #D7186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7186F

Black with #D7186F

Text Example


Text Example

White with #D7186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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