Html Css Color HEX #D51D5F Ruby

📋 copy color: '#D51D5F'

red 213 ◦ green 29 ◦ blue 95

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

Shades of Ruby #D51D5F

Tints of Ruby #D51D5F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.61%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 63.2%
G = 8.61%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D51D5F (or 0xD51D5F) is known color: Ruby. HEX triplet: D5, 1D and 5F. RGB value is (213,29,95). Sum of RGB (Red+Green+Blue) = 213+29+95=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51D5F is #2AE2A0. Grayscale: #5B5B5B. Windows color (decimal): -2810529 or 6233557. OLE color: 6233557.

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

Color convert

RGB 213 29 95 -
CMYK 0 0.86 0.55 0.16
HSL 338.48º 0.76% 0.47% -
HSV(B) 338.48º 0.86% 0.84% -
XYZ 29.95 15.85 12.31 -
YUV 91.54 129.96 214.63 -
System Red Green Blue C M Y K H S L
Decimal 213 29 95 0 0.86 0.55 0.16 338.48 0.76 0.47
Hex D5 1D 5F 0 56 37 10 152 4C 2F
Octal 325 35 137 0 126 67 20 522 114 57
Binary 11010101 11101 1011111 0 1010110 110111 10000 101010010 1001100 101111

Color Harmonies of #D51D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D5F

Black with #D51D5F

Text Example


Text Example

White with #D51D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D5F; }

 p { color: rgb(213,29,95); }

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

background-color css

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

 a { background-color: rgb(213,29,95); }

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

border-color css

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

 span { border-color: rgb(213,29,95); }

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