Html Css Color HEX #D31563 Ruby

📋 copy color: '#D31563'

red 211 ◦ green 21 ◦ blue 99

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

Shades of Ruby #D31563

Tints of Ruby #D31563

RGB

 RED value IS 211 (82.81% from 255) = 63.75%

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

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

R = 63.75%
G = 6.34%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D31563 (or 0xD31563) is known color: Ruby. HEX triplet: D3, 15 and 63. RGB value is (211,21,99). Sum of RGB (Red+Green+Blue) = 211+21+99=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D31563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31563 is #2CEA9C. Grayscale: #565656. Windows color (decimal): -2943645 or 6493651. OLE color: 6493651.

HSL color Cylindrical-coordinate representation of color #D31563: hue angle of 335.37º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31563 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 99 -
CMYK 0 0.90 0.53 0.17
HSL 335.37º 0.82% 0.45% -
HSV(B) 335.37º 0.9% 0.83% -
XYZ 29.38 15.29 13.21 -
YUV 86.7 134.95 216.66 -
System Red Green Blue C M Y K H S L
Decimal 211 21 99 0 0.90 0.53 0.17 335.37 0.82 0.45
Hex D3 15 63 0 5A 35 11 14F 52 2D
Octal 323 25 143 0 132 65 21 517 122 55
Binary 11010011 10101 1100011 0 1011010 110101 10001 101001111 1010010 101101

Color Harmonies of #D31563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31563

Black with #D31563

Text Example


Text Example

White with #D31563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31563; }

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

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

background-color css

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

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

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

border-color css

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

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

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