Html Css Color HEX #D50E6F Ruby

📋 copy color: '#D50E6F'

red 213 ◦ green 14 ◦ blue 111

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

Shades of Ruby #D50E6F

Tints of Ruby #D50E6F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.14%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 63.02%
G = 4.14%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D50E6F (or 0xD50E6F) is known color: Ruby. HEX triplet: D5, 0E and 6F. RGB value is (213,14,111). Sum of RGB (Red+Green+Blue) = 213+14+111=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50E6F is #2AF190. Grayscale: #545454. Windows color (decimal): -2814353 or 7278293. OLE color: 7278293.

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

Color convert

RGB 213 14 111 -
CMYK 0 0.93 0.48 0.16
HSL 330.75º 0.88% 0.45% -
HSV(B) 330.75º 0.93% 0.84% -
XYZ 30.47 15.61 16.45 -
YUV 84.56 142.93 219.61 -
System Red Green Blue C M Y K H S L
Decimal 213 14 111 0 0.93 0.48 0.16 330.75 0.88 0.45
Hex D5 E 6F 0 5D 30 10 14B 58 2D
Octal 325 16 157 0 135 60 20 513 130 55
Binary 11010101 1110 1101111 0 1011101 110000 10000 101001011 1011000 101101

Color Harmonies of #D50E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50E6F

Black with #D50E6F

Text Example


Text Example

White with #D50E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50E6F; }

 p { color: rgb(213,14,111); }

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

background-color css

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

 a { background-color: rgb(213,14,111); }

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

border-color css

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

 span { border-color: rgb(213,14,111); }

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