Html Css Color HEX #D51371 Ruby

📋 copy color: '#D51371'

red 213 ◦ green 19 ◦ blue 113

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

Shades of Ruby #D51371

Tints of Ruby #D51371

RGB

 RED value IS 213 (83.59% from 255) = 61.74%

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 113 (44.53% from 255) = 32.75%

R = 61.74%
G = 5.51%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D51371 (or 0xD51371) is known color: Ruby. HEX triplet: D5, 13 and 71. RGB value is (213,19,113). Sum of RGB (Red+Green+Blue) = 213+19+113=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D51371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51371 is #2AEC8E. Grayscale: #575757. Windows color (decimal): -2813071 or 7410645. OLE color: 7410645.

HSL color Cylindrical-coordinate representation of color #D51371: hue angle of 330.93º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51371 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 19 113 -
CMYK 0 0.91 0.47 0.16
HSL 330.93º 0.84% 0.45% -
HSV(B) 330.93º 0.91% 0.84% -
XYZ 30.65 15.8 17.06 -
YUV 87.72 142.27 217.36 -
System Red Green Blue C M Y K H S L
Decimal 213 19 113 0 0.91 0.47 0.16 330.93 0.84 0.45
Hex D5 13 71 0 5B 2F 10 14B 54 2D
Octal 325 23 161 0 133 57 20 513 124 55
Binary 11010101 10011 1110001 0 1011011 101111 10000 101001011 1010100 101101

Color Harmonies of #D51371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51371

Black with #D51371

Text Example


Text Example

White with #D51371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51371; }

 p { color: rgb(213,19,113); }

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

background-color css

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

 a { background-color: rgb(213,19,113); }

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

border-color css

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

 span { border-color: rgb(213,19,113); }

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