Html Css Color HEX #D8155B Ruby

📋 copy color: '#D8155B'

red 216 ◦ green 21 ◦ blue 91

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

Shades of Ruby #D8155B

Tints of Ruby #D8155B

RGB

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

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

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

R = 65.85%
G = 6.4%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8155B (or 0xD8155B) is known color: Ruby. HEX triplet: D8, 15 and 5B. RGB value is (216,21,91). Sum of RGB (Red+Green+Blue) = 216+21+91=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8155B is #27EAA4. Grayscale: #575757. Windows color (decimal): -2615973 or 5969368. OLE color: 5969368.

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

Color convert

RGB 216 21 91 -
CMYK 0 0.90 0.58 0.15
HSL 338.46º 0.82% 0.46% -
HSV(B) 338.46º 0.9% 0.85% -
XYZ 30.48 15.89 11.36 -
YUV 87.29 130.1 219.81 -
System Red Green Blue C M Y K H S L
Decimal 216 21 91 0 0.90 0.58 0.15 338.46 0.82 0.46
Hex D8 15 5B 0 5A 3A F 152 52 2E
Octal 330 25 133 0 132 72 17 522 122 56
Binary 11011000 10101 1011011 0 1011010 111010 1111 101010010 1010010 101110

Color Harmonies of #D8155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8155B

Black with #D8155B

Text Example


Text Example

White with #D8155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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