Html Css Color HEX #D9186A Ruby

📋 copy color: '#D9186A'

red 217 ◦ green 24 ◦ blue 106

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

Shades of Ruby #D9186A

Tints of Ruby #D9186A

RGB

 RED value IS 217 (85.16% from 255) = 62.54%

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

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

R = 62.54%
G = 6.92%
B = 30.55%

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

#D9186A (or 0xD9186A) is known color: Ruby. HEX triplet: D9, 18 and 6A. RGB value is (217,24,106). Sum of RGB (Red+Green+Blue) = 217+24+106=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9186A is #26E795. Grayscale: #5A5A5A. Windows color (decimal): -2549654 or 6953177. OLE color: 6953177.

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

Color convert

RGB 217 24 106 -
CMYK 0 0.89 0.51 0.15
HSL 334.51º 0.8% 0.47% -
HSV(B) 334.51º 0.89% 0.85% -
XYZ 31.54 16.45 15.15 -
YUV 91.06 136.44 217.83 -
System Red Green Blue C M Y K H S L
Decimal 217 24 106 0 0.89 0.51 0.15 334.51 0.8 0.47
Hex D9 18 6A 0 59 33 F 14F 50 2F
Octal 331 30 152 0 131 63 17 517 120 57
Binary 11011001 11000 1101010 0 1011001 110011 1111 101001111 1010000 101111

Color Harmonies of #D9186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9186A

Black with #D9186A

Text Example


Text Example

White with #D9186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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