Html Css Color HEX #D9186C Ruby

📋 copy color: '#D9186C'

red 217 ◦ green 24 ◦ blue 108

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

Shades of Ruby #D9186C

Tints of Ruby #D9186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 62.18%
G = 6.88%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9186C (or 0xD9186C) is known color: Ruby. HEX triplet: D9, 18 and 6C. RGB value is (217,24,108). Sum of RGB (Red+Green+Blue) = 217+24+108=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9186C is #26E793. Grayscale: #5B5B5B. Windows color (decimal): -2549652 or 7084249. OLE color: 7084249.

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

Color convert

RGB 217 24 108 -
CMYK 0 0.89 0.50 0.15
HSL 333.89º 0.8% 0.47% -
HSV(B) 333.89º 0.89% 0.85% -
XYZ 31.65 16.49 15.7 -
YUV 91.28 137.44 217.67 -
System Red Green Blue C M Y K H S L
Decimal 217 24 108 0 0.89 0.50 0.15 333.89 0.8 0.47
Hex D9 18 6C 0 59 32 F 14E 50 2F
Octal 331 30 154 0 131 62 17 516 120 57
Binary 11011001 11000 1101100 0 1011001 110010 1111 101001110 1010000 101111

Color Harmonies of #D9186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9186C

Black with #D9186C

Text Example


Text Example

White with #D9186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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