Html Css Color HEX #D50371 Ruby

📋 copy color: '#D50371'

red 213 ◦ green 3 ◦ blue 113

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

Shades of Ruby #D50371

Tints of Ruby #D50371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 64.74%
G = 0.91%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D50371 (or 0xD50371) is known color: Ruby. HEX triplet: D5, 03 and 71. RGB value is (213,3,113). Sum of RGB (Red+Green+Blue) = 213+3+113=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D50371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50371 is #2AFC8E. Grayscale: #4E4E4E. Windows color (decimal): -2817167 or 7406549. OLE color: 7406549.

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

Color convert

RGB 213 3 113 -
CMYK 0 0.99 0.47 0.16
HSL 328.57º 0.97% 0.42% -
HSV(B) 328.57º 0.99% 0.84% -
XYZ 30.45 15.4 16.99 -
YUV 78.33 147.57 224.06 -
System Red Green Blue C M Y K H S L
Decimal 213 3 113 0 0.99 0.47 0.16 328.57 0.97 0.42
Hex D5 3 71 0 63 2F 10 149 61 2A
Octal 325 3 161 0 143 57 20 511 141 52
Binary 11010101 11 1110001 0 1100011 101111 10000 101001001 1100001 101010

Color Harmonies of #D50371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50371

Black with #D50371

Text Example


Text Example

White with #D50371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50371; }

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

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

background-color css

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

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

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

border-color css

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

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

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