Html Css Color HEX #D51364 Ruby

📋 copy color: '#D51364'

red 213 ◦ green 19 ◦ blue 100

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

Shades of Ruby #D51364

Tints of Ruby #D51364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

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

R = 64.16%
G = 5.72%
B = 30.12%

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

#D51364 (or 0xD51364) is known color: Ruby. HEX triplet: D5, 13 and 64. RGB value is (213,19,100). Sum of RGB (Red+Green+Blue) = 213+19+100=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D51364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51364 is #2AEC9B. Grayscale: #565656. Windows color (decimal): -2813084 or 6558677. OLE color: 6558677.

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

Color convert

RGB 213 19 100 -
CMYK 0 0.91 0.53 0.16
HSL 334.95º 0.84% 0.45% -
HSV(B) 334.95º 0.91% 0.84% -
XYZ 29.97 15.53 13.47 -
YUV 86.24 135.77 218.41 -
System Red Green Blue C M Y K H S L
Decimal 213 19 100 0 0.91 0.53 0.16 334.95 0.84 0.45
Hex D5 13 64 0 5B 35 10 14F 54 2D
Octal 325 23 144 0 133 65 20 517 124 55
Binary 11010101 10011 1100100 0 1011011 110101 10000 101001111 1010100 101101

Color Harmonies of #D51364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51364

Black with #D51364

Text Example


Text Example

White with #D51364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51364; }

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

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

background-color css

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

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

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

border-color css

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

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

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