Html Css Color HEX #D8155D Ruby

📋 copy color: '#D8155D'

red 216 ◦ green 21 ◦ blue 93

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

Shades of Ruby #D8155D

Tints of Ruby #D8155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.36%

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

R = 65.45%
G = 6.36%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8155D (or 0xD8155D) is known color: Ruby. HEX triplet: D8, 15 and 5D. RGB value is (216,21,93). Sum of RGB (Red+Green+Blue) = 216+21+93=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8155D is #27EAA2. Grayscale: #575757. Windows color (decimal): -2615971 or 6100440. OLE color: 6100440.

HSL color Cylindrical-coordinate representation of color #D8155D: hue angle of 337.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8155D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 93 -
CMYK 0 0.90 0.57 0.15
HSL 337.85º 0.82% 0.46% -
HSV(B) 337.85º 0.9% 0.85% -
XYZ 30.56 15.93 11.82 -
YUV 87.51 131.1 219.65 -
System Red Green Blue C M Y K H S L
Decimal 216 21 93 0 0.90 0.57 0.15 337.85 0.82 0.46
Hex D8 15 5D 0 5A 39 F 152 52 2E
Octal 330 25 135 0 132 71 17 522 122 56
Binary 11011000 10101 1011101 0 1011010 111001 1111 101010010 1010010 101110

Color Harmonies of #D8155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8155D

Black with #D8155D

Text Example


Text Example

White with #D8155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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