Html Css Color HEX #D7186A Ruby

📋 copy color: '#D7186A'

red 215 ◦ green 24 ◦ blue 106

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

Shades of Ruby #D7186A

Tints of Ruby #D7186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 62.32%
G = 6.96%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7186A (or 0xD7186A) is known color: Ruby. HEX triplet: D7, 18 and 6A. RGB value is (215,24,106). Sum of RGB (Red+Green+Blue) = 215+24+106=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7186A is #28E795. Grayscale: #5A5A5A. Windows color (decimal): -2680726 or 6953175. OLE color: 6953175.

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

Color convert

RGB 215 24 106 -
CMYK 0 0.89 0.51 0.16
HSL 334.24º 0.8% 0.47% -
HSV(B) 334.24º 0.89% 0.84% -
XYZ 30.95 16.14 15.12 -
YUV 90.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 215 24 106 0 0.89 0.51 0.16 334.24 0.8 0.47
Hex D7 18 6A 0 59 33 10 14E 50 2F
Octal 327 30 152 0 131 63 20 516 120 57
Binary 11010111 11000 1101010 0 1011001 110011 10000 101001110 1010000 101111

Color Harmonies of #D7186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7186A

Black with #D7186A

Text Example


Text Example

White with #D7186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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