Html Css Color HEX #D8156E Ruby

📋 copy color: '#D8156E'

red 216 ◦ green 21 ◦ blue 110

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

Shades of Ruby #D8156E

Tints of Ruby #D8156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 62.25%
G = 6.05%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8156E (or 0xD8156E) is known color: Ruby. HEX triplet: D8, 15 and 6E. RGB value is (216,21,110). Sum of RGB (Red+Green+Blue) = 216+21+110=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8156E is #27EA91. Grayscale: #595959. Windows color (decimal): -2615954 or 7214552. OLE color: 7214552.

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

Color convert

RGB 216 21 110 -
CMYK 0 0.90 0.49 0.15
HSL 332.62º 0.82% 0.46% -
HSV(B) 332.62º 0.9% 0.85% -
XYZ 31.4 16.26 16.24 -
YUV 89.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 216 21 110 0 0.90 0.49 0.15 332.62 0.82 0.46
Hex D8 15 6E 0 5A 31 F 14D 52 2E
Octal 330 25 156 0 132 61 17 515 122 56
Binary 11011000 10101 1101110 0 1011010 110001 1111 101001101 1010010 101110

Color Harmonies of #D8156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8156E

Black with #D8156E

Text Example


Text Example

White with #D8156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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