Html Css Color HEX #D50D54 Ruby

📋 copy color: '#D50D54'

red 213 ◦ green 13 ◦ blue 84

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

Shades of Ruby #D50D54

Tints of Ruby #D50D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.1%

R = 68.71%
G = 4.19%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D50D54 (or 0xD50D54) is known color: Ruby. HEX triplet: D5, 0D and 54. RGB value is (213,13,84). Sum of RGB (Red+Green+Blue) = 213+13+84=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D54 is #2AF2AB. Grayscale: #505050. Windows color (decimal): -2814636 or 5508565. OLE color: 5508565.

HSL color Cylindrical-coordinate representation of color #D50D54: hue angle of 338.7º 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 #D50D54 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 13 84 -
CMYK 0 0.94 0.61 0.16
HSL 338.7º 0.88% 0.44% -
HSV(B) 338.7º 0.94% 0.84% -
XYZ 29.18 15.07 9.76 -
YUV 80.89 129.76 222.23 -
System Red Green Blue C M Y K H S L
Decimal 213 13 84 0 0.94 0.61 0.16 338.7 0.88 0.44
Hex D5 D 54 0 5E 3D 10 153 58 2C
Octal 325 15 124 0 136 75 20 523 130 54
Binary 11010101 1101 1010100 0 1011110 111101 10000 101010011 1011000 101100

Color Harmonies of #D50D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D54

Black with #D50D54

Text Example


Text Example

White with #D50D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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