Html Css Color HEX #D9185C Ruby

📋 copy color: '#D9185C'

red 217 ◦ green 24 ◦ blue 92

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

Shades of Ruby #D9185C

Tints of Ruby #D9185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 65.17%
G = 7.21%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9185C (or 0xD9185C) is known color: Ruby. HEX triplet: D9, 18 and 5C. RGB value is (217,24,92). Sum of RGB (Red+Green+Blue) = 217+24+92=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9185C is #26E7A3. Grayscale: #595959. Windows color (decimal): -2549668 or 6035673. OLE color: 6035673.

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

Color convert

RGB 217 24 92 -
CMYK 0 0.89 0.58 0.15
HSL 338.86º 0.8% 0.47% -
HSV(B) 338.86º 0.89% 0.85% -
XYZ 30.87 16.18 11.62 -
YUV 89.46 129.44 218.97 -
System Red Green Blue C M Y K H S L
Decimal 217 24 92 0 0.89 0.58 0.15 338.86 0.8 0.47
Hex D9 18 5C 0 59 3A F 153 50 2F
Octal 331 30 134 0 131 72 17 523 120 57
Binary 11011001 11000 1011100 0 1011001 111010 1111 101010011 1010000 101111

Color Harmonies of #D9185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9185C

Black with #D9185C

Text Example


Text Example

White with #D9185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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