Html Css Color HEX #D7186D Ruby

📋 copy color: '#D7186D'

red 215 ◦ green 24 ◦ blue 109

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

Shades of Ruby #D7186D

Tints of Ruby #D7186D

RGB

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

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

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

R = 61.78%
G = 6.9%
B = 31.32%

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

#D7186D (or 0xD7186D) is known color: Ruby. HEX triplet: D7, 18 and 6D. RGB value is (215,24,109). Sum of RGB (Red+Green+Blue) = 215+24+109=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7186D is #28E792. Grayscale: #5A5A5A. Windows color (decimal): -2680723 or 7149783. OLE color: 7149783.

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

Color convert

RGB 215 24 109 -
CMYK 0 0.89 0.49 0.16
HSL 333.3º 0.8% 0.47% -
HSV(B) 333.3º 0.89% 0.84% -
XYZ 31.11 16.2 15.96 -
YUV 90.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 215 24 109 0 0.89 0.49 0.16 333.3 0.8 0.47
Hex D7 18 6D 0 59 31 10 14D 50 2F
Octal 327 30 155 0 131 61 20 515 120 57
Binary 11010111 11000 1101101 0 1011001 110001 10000 101001101 1010000 101111

Color Harmonies of #D7186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7186D

Black with #D7186D

Text Example


Text Example

White with #D7186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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