Html Css Color HEX #D8155A Ruby

📋 copy color: '#D8155A'

red 216 ◦ green 21 ◦ blue 90

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

Shades of Ruby #D8155A

Tints of Ruby #D8155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 66.06%
G = 6.42%
B = 27.52%

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

#D8155A (or 0xD8155A) is known color: Ruby. HEX triplet: D8, 15 and 5A. RGB value is (216,21,90). Sum of RGB (Red+Green+Blue) = 216+21+90=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8155A is #27EAA5. Grayscale: #575757. Windows color (decimal): -2615974 or 5903832. OLE color: 5903832.

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

Color convert

RGB 216 21 90 -
CMYK 0 0.90 0.58 0.15
HSL 338.77º 0.82% 0.46% -
HSV(B) 338.77º 0.9% 0.85% -
XYZ 30.43 15.87 11.13 -
YUV 87.17 129.6 219.89 -
System Red Green Blue C M Y K H S L
Decimal 216 21 90 0 0.90 0.58 0.15 338.77 0.82 0.46
Hex D8 15 5A 0 5A 3A F 153 52 2E
Octal 330 25 132 0 132 72 17 523 122 56
Binary 11011000 10101 1011010 0 1011010 111010 1111 101010011 1010010 101110

Color Harmonies of #D8155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8155A

Black with #D8155A

Text Example


Text Example

White with #D8155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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