Html Css Color HEX #D51465 Ruby

📋 copy color: '#D51465'

red 213 ◦ green 20 ◦ blue 101

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

Shades of Ruby #D51465

Tints of Ruby #D51465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

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

R = 63.77%
G = 5.99%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D51465 (or 0xD51465) is known color: Ruby. HEX triplet: D5, 14 and 65. RGB value is (213,20,101). Sum of RGB (Red+Green+Blue) = 213+20+101=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D51465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51465 is #2AEB9A. Grayscale: #565656. Windows color (decimal): -2812827 or 6624469. OLE color: 6624469.

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

Color convert

RGB 213 20 101 -
CMYK 0 0.91 0.53 0.16
HSL 334.82º 0.83% 0.46% -
HSV(B) 334.82º 0.91% 0.84% -
XYZ 30.04 15.59 13.74 -
YUV 86.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 213 20 101 0 0.91 0.53 0.16 334.82 0.83 0.46
Hex D5 14 65 0 5B 35 10 14F 53 2E
Octal 325 24 145 0 133 65 20 517 123 56
Binary 11010101 10100 1100101 0 1011011 110101 10000 101001111 1010011 101110

Color Harmonies of #D51465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51465

Black with #D51465

Text Example


Text Example

White with #D51465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51465; }

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

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

background-color css

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

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

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

border-color css

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

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

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