Html Css Color HEX #D8186A Ruby

📋 copy color: '#D8186A'

red 216 ◦ green 24 ◦ blue 106

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

Shades of Ruby #D8186A

Tints of Ruby #D8186A

RGB

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

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

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

R = 62.43%
G = 6.94%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8186A (or 0xD8186A) is known color: Ruby. HEX triplet: D8, 18 and 6A. RGB value is (216,24,106). Sum of RGB (Red+Green+Blue) = 216+24+106=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8186A is #27E795. Grayscale: #5A5A5A. Windows color (decimal): -2615190 or 6953176. OLE color: 6953176.

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

Color convert

RGB 216 24 106 -
CMYK 0 0.89 0.51 0.15
HSL 334.38º 0.8% 0.47% -
HSV(B) 334.38º 0.89% 0.85% -
XYZ 31.25 16.29 15.13 -
YUV 90.76 136.61 217.33 -
System Red Green Blue C M Y K H S L
Decimal 216 24 106 0 0.89 0.51 0.15 334.38 0.8 0.47
Hex D8 18 6A 0 59 33 F 14E 50 2F
Octal 330 30 152 0 131 63 17 516 120 57
Binary 11011000 11000 1101010 0 1011001 110011 1111 101001110 1010000 101111

Color Harmonies of #D8186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8186A

Black with #D8186A

Text Example


Text Example

White with #D8186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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