Html Css Color HEX #D51D5D Ruby

📋 copy color: '#D51D5D'

red 213 ◦ green 29 ◦ blue 93

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

Shades of Ruby #D51D5D

Tints of Ruby #D51D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 63.58%
G = 8.66%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D51D5D (or 0xD51D5D) is known color: Ruby. HEX triplet: D5, 1D and 5D. RGB value is (213,29,93). Sum of RGB (Red+Green+Blue) = 213+29+93=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51D5D is #2AE2A2. Grayscale: #5B5B5B. Windows color (decimal): -2810531 or 6102485. OLE color: 6102485.

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

Color convert

RGB 213 29 93 -
CMYK 0 0.86 0.56 0.16
HSL 339.13º 0.76% 0.47% -
HSV(B) 339.13º 0.86% 0.84% -
XYZ 29.86 15.82 11.83 -
YUV 91.31 128.96 214.8 -
System Red Green Blue C M Y K H S L
Decimal 213 29 93 0 0.86 0.56 0.16 339.13 0.76 0.47
Hex D5 1D 5D 0 56 38 10 153 4C 2F
Octal 325 35 135 0 126 70 20 523 114 57
Binary 11010101 11101 1011101 0 1010110 111000 10000 101010011 1001100 101111

Color Harmonies of #D51D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51D5D

Black with #D51D5D

Text Example


Text Example

White with #D51D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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