Html Css Color HEX #D7185E Ruby

📋 copy color: '#D7185E'

red 215 ◦ green 24 ◦ blue 94

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

Shades of Ruby #D7185E

Tints of Ruby #D7185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 64.56%
G = 7.21%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7185E (or 0xD7185E) is known color: Ruby. HEX triplet: D7, 18 and 5E. RGB value is (215,24,94). Sum of RGB (Red+Green+Blue) = 215+24+94=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D7185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7185E is #28E7A1. Grayscale: #595959. Windows color (decimal): -2680738 or 6166743. OLE color: 6166743.

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

Color convert

RGB 215 24 94 -
CMYK 0 0.89 0.56 0.16
HSL 338.01º 0.8% 0.47% -
HSV(B) 338.01º 0.89% 0.84% -
XYZ 30.37 15.91 12.06 -
YUV 89.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 215 24 94 0 0.89 0.56 0.16 338.01 0.8 0.47
Hex D7 18 5E 0 59 38 10 152 50 2F
Octal 327 30 136 0 131 70 20 522 120 57
Binary 11010111 11000 1011110 0 1011001 111000 10000 101010010 1010000 101111

Color Harmonies of #D7185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7185E

Black with #D7185E

Text Example


Text Example

White with #D7185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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