Html Css Color HEX #D8185D Ruby

📋 copy color: '#D8185D'

red 216 ◦ green 24 ◦ blue 93

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

Shades of Ruby #D8185D

Tints of Ruby #D8185D

RGB

 RED value IS 216 (84.77% from 255) = 64.86%

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 64.86%
G = 7.21%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8185D (or 0xD8185D) is known color: Ruby. HEX triplet: D8, 18 and 5D. RGB value is (216,24,93). Sum of RGB (Red+Green+Blue) = 216+24+93=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8185D is #27E7A2. Grayscale: #595959. Windows color (decimal): -2615203 or 6101208. OLE color: 6101208.

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

Color convert

RGB 216 24 93 -
CMYK 0 0.89 0.57 0.15
HSL 338.44º 0.8% 0.47% -
HSV(B) 338.44º 0.89% 0.85% -
XYZ 30.62 16.04 11.84 -
YUV 89.27 130.11 218.39 -
System Red Green Blue C M Y K H S L
Decimal 216 24 93 0 0.89 0.57 0.15 338.44 0.8 0.47
Hex D8 18 5D 0 59 39 F 152 50 2F
Octal 330 30 135 0 131 71 17 522 120 57
Binary 11011000 11000 1011101 0 1011001 111001 1111 101010010 1010000 101111

Color Harmonies of #D8185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8185D

Black with #D8185D

Text Example


Text Example

White with #D8185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8185D; }

 p { color: rgb(216,24,93); }

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

background-color css

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

 a { background-color: rgb(216,24,93); }

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

border-color css

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

 span { border-color: rgb(216,24,93); }

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