Html Css Color HEX #D7185B Ruby

📋 copy color: '#D7185B'

red 215 ◦ green 24 ◦ blue 91

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

Shades of Ruby #D7185B

Tints of Ruby #D7185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 65.15%
G = 7.27%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7185B (or 0xD7185B) is known color: Ruby. HEX triplet: D7, 18 and 5B. RGB value is (215,24,91). Sum of RGB (Red+Green+Blue) = 215+24+91=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7185B is #28E7A4. Grayscale: #585858. Windows color (decimal): -2680741 or 5970135. OLE color: 5970135.

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

Color convert

RGB 215 24 91 -
CMYK 0 0.89 0.58 0.16
HSL 338.95º 0.8% 0.47% -
HSV(B) 338.95º 0.89% 0.84% -
XYZ 30.24 15.86 11.36 -
YUV 88.75 129.28 218.05 -
System Red Green Blue C M Y K H S L
Decimal 215 24 91 0 0.89 0.58 0.16 338.95 0.8 0.47
Hex D7 18 5B 0 59 3A 10 153 50 2F
Octal 327 30 133 0 131 72 20 523 120 57
Binary 11010111 11000 1011011 0 1011001 111010 10000 101010011 1010000 101111

Color Harmonies of #D7185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7185B

Black with #D7185B

Text Example


Text Example

White with #D7185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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