Html Css Color HEX #D51A64 Ruby

📋 copy color: '#D51A64'

red 213 ◦ green 26 ◦ blue 100

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

Shades of Ruby #D51A64

Tints of Ruby #D51A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 62.83%
G = 7.67%
B = 29.5%

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

#D51A64 (or 0xD51A64) is known color: Ruby. HEX triplet: D5, 1A and 64. RGB value is (213,26,100). Sum of RGB (Red+Green+Blue) = 213+26+100=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A64 is #2AE59B. Grayscale: #5A5A5A. Windows color (decimal): -2811292 or 6560469. OLE color: 6560469.

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

Color convert

RGB 213 26 100 -
CMYK 0 0.88 0.53 0.16
HSL 336.26º 0.78% 0.47% -
HSV(B) 336.26º 0.88% 0.84% -
XYZ 30.11 15.81 13.52 -
YUV 90.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 213 26 100 0 0.88 0.53 0.16 336.26 0.78 0.47
Hex D5 1A 64 0 58 35 10 150 4E 2F
Octal 325 32 144 0 130 65 20 520 116 57
Binary 11010101 11010 1100100 0 1011000 110101 10000 101010000 1001110 101111

Color Harmonies of #D51A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51A64

Black with #D51A64

Text Example


Text Example

White with #D51A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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