Html Css Color HEX #D81863 Ruby

📋 copy color: '#D81863'

red 216 ◦ green 24 ◦ blue 99

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

Shades of Ruby #D81863

Tints of Ruby #D81863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

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

R = 63.72%
G = 7.08%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D81863 (or 0xD81863) is known color: Ruby. HEX triplet: D8, 18 and 63. RGB value is (216,24,99). Sum of RGB (Red+Green+Blue) = 216+24+99=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D81863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81863 is #27E79C. Grayscale: #595959. Windows color (decimal): -2615197 or 6494424. OLE color: 6494424.

HSL color Cylindrical-coordinate representation of color #D81863: hue angle of 336.56º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81863 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 24 99 -
CMYK 0 0.89 0.54 0.15
HSL 336.56º 0.8% 0.47% -
HSV(B) 336.56º 0.89% 0.85% -
XYZ 30.9 16.15 13.29 -
YUV 89.96 133.11 217.9 -
System Red Green Blue C M Y K H S L
Decimal 216 24 99 0 0.89 0.54 0.15 336.56 0.8 0.47
Hex D8 18 63 0 59 36 F 151 50 2F
Octal 330 30 143 0 131 66 17 521 120 57
Binary 11011000 11000 1100011 0 1011001 110110 1111 101010001 1010000 101111

Color Harmonies of #D81863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81863

Black with #D81863

Text Example


Text Example

White with #D81863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81863; }

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

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

background-color css

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

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

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

border-color css

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

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

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