Html Css Color HEX #D51A65 Ruby

📋 copy color: '#D51A65'

red 213 ◦ green 26 ◦ blue 101

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

Shades of Ruby #D51A65

Tints of Ruby #D51A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.65%

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 62.65%
G = 7.65%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D51A65 (or 0xD51A65) is known color: Ruby. HEX triplet: D5, 1A and 65. RGB value is (213,26,101). Sum of RGB (Red+Green+Blue) = 213+26+101=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A65 is #2AE59A. Grayscale: #5A5A5A. Windows color (decimal): -2811291 or 6626005. OLE color: 6626005.

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

Color convert

RGB 213 26 101 -
CMYK 0 0.88 0.53 0.16
HSL 335.94º 0.78% 0.47% -
HSV(B) 335.94º 0.88% 0.84% -
XYZ 30.16 15.82 13.78 -
YUV 90.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 213 26 101 0 0.88 0.53 0.16 335.94 0.78 0.47
Hex D5 1A 65 0 58 35 10 150 4E 2F
Octal 325 32 145 0 130 65 20 520 116 57
Binary 11010101 11010 1100101 0 1011000 110101 10000 101010000 1001110 101111

Color Harmonies of #D51A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A65

Black with #D51A65

Text Example


Text Example

White with #D51A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A65; }

 p { color: rgb(213,26,101); }

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

background-color css

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

 a { background-color: rgb(213,26,101); }

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

border-color css

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

 span { border-color: rgb(213,26,101); }

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