Html Css Color HEX #D31A6E Ruby

📋 copy color: '#D31A6E'

red 211 ◦ green 26 ◦ blue 110

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

Shades of Ruby #D31A6E

Tints of Ruby #D31A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

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

R = 60.81%
G = 7.49%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D31A6E (or 0xD31A6E) is known color: Ruby. HEX triplet: D3, 1A and 6E. RGB value is (211,26,110). Sum of RGB (Red+Green+Blue) = 211+26+110=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31A6E is #2CE591. Grayscale: #5A5A5A. Windows color (decimal): -2942354 or 7215827. OLE color: 7215827.

HSL color Cylindrical-coordinate representation of color #D31A6E: hue angle of 332.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A6E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 26 110 -
CMYK 0 0.88 0.48 0.17
HSL 332.76º 0.78% 0.46% -
HSV(B) 332.76º 0.88% 0.83% -
XYZ 30.05 15.71 16.2 -
YUV 90.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 211 26 110 0 0.88 0.48 0.17 332.76 0.78 0.46
Hex D3 1A 6E 0 58 30 11 14D 4E 2E
Octal 323 32 156 0 130 60 21 515 116 56
Binary 11010011 11010 1101110 0 1011000 110000 10001 101001101 1001110 101110

Color Harmonies of #D31A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A6E

Black with #D31A6E

Text Example


Text Example

White with #D31A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A6E; }

 p { color: rgb(211,26,110); }

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

background-color css

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

 a { background-color: rgb(211,26,110); }

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

border-color css

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

 span { border-color: rgb(211,26,110); }

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