Html Css Color HEX #D81556 Ruby

📋 copy color: '#D81556'

red 216 ◦ green 21 ◦ blue 86

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

Shades of Ruby #D81556

Tints of Ruby #D81556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.63%

R = 66.87%
G = 6.5%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D81556 (or 0xD81556) is known color: Ruby. HEX triplet: D8, 15 and 56. RGB value is (216,21,86). Sum of RGB (Red+Green+Blue) = 216+21+86=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D81556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81556 is #27EAA9. Grayscale: #565656. Windows color (decimal): -2615978 or 5641688. OLE color: 5641688.

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

Color convert

RGB 216 21 86 -
CMYK 0 0.90 0.60 0.15
HSL 340º 0.82% 0.46% -
HSV(B) 340º 0.9% 0.85% -
XYZ 30.27 15.81 10.26 -
YUV 86.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 216 21 86 0 0.90 0.60 0.15 340 0.82 0.46
Hex D8 15 56 0 5A 3C F 154 52 2E
Octal 330 25 126 0 132 74 17 524 122 56
Binary 11011000 10101 1010110 0 1011010 111100 1111 101010100 1010010 101110

Color Harmonies of #D81556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81556

Black with #D81556

Text Example


Text Example

White with #D81556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81556; }

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

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

background-color css

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

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

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

border-color css

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

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

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