Html Css Color HEX #D81563 Ruby

📋 copy color: '#D81563'

red 216 ◦ green 21 ◦ blue 99

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

Shades of Ruby #D81563

Tints of Ruby #D81563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 64.29%
G = 6.25%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D81563 (or 0xD81563) is known color: Ruby. HEX triplet: D8, 15 and 63. RGB value is (216,21,99). Sum of RGB (Red+Green+Blue) = 216+21+99=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D81563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81563 is #27EA9C. Grayscale: #585858. Windows color (decimal): -2615965 or 6493656. OLE color: 6493656.

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

Color convert

RGB 216 21 99 -
CMYK 0 0.90 0.54 0.15
HSL 336º 0.82% 0.46% -
HSV(B) 336º 0.9% 0.85% -
XYZ 30.84 16.04 13.27 -
YUV 88.2 134.1 219.16 -
System Red Green Blue C M Y K H S L
Decimal 216 21 99 0 0.90 0.54 0.15 336 0.82 0.46
Hex D8 15 63 0 5A 36 F 150 52 2E
Octal 330 25 143 0 132 66 17 520 122 56
Binary 11011000 10101 1100011 0 1011010 110110 1111 101010000 1010010 101110

Color Harmonies of #D81563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81563

Black with #D81563

Text Example


Text Example

White with #D81563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81563; }

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

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

background-color css

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

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

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

border-color css

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

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

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