Html Css Color HEX #D50D71 Ruby

📋 copy color: '#D50D71'

red 213 ◦ green 13 ◦ blue 113

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

Shades of Ruby #D50D71

Tints of Ruby #D50D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.83%

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

R = 62.83%
G = 3.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D50D71 (or 0xD50D71) is known color: Ruby. HEX triplet: D5, 0D and 71. RGB value is (213,13,113). Sum of RGB (Red+Green+Blue) = 213+13+113=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D71 is #2AF28E. Grayscale: #545454. Windows color (decimal): -2814607 or 7409109. OLE color: 7409109.

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

Color convert

RGB 213 13 113 -
CMYK 0 0.94 0.47 0.16
HSL 330º 0.88% 0.44% -
HSV(B) 330º 0.94% 0.84% -
XYZ 30.57 15.63 17.03 -
YUV 84.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 213 13 113 0 0.94 0.47 0.16 330 0.88 0.44
Hex D5 D 71 0 5E 2F 10 14A 58 2C
Octal 325 15 161 0 136 57 20 512 130 54
Binary 11010101 1101 1110001 0 1011110 101111 10000 101001010 1011000 101100

Color Harmonies of #D50D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D71

Black with #D50D71

Text Example


Text Example

White with #D50D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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