Html Css Color HEX #D51164 Ruby

📋 copy color: '#D51164'

red 213 ◦ green 17 ◦ blue 100

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

Shades of Ruby #D51164

Tints of Ruby #D51164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

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

R = 64.55%
G = 5.15%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D51164 (or 0xD51164) is known color: Ruby. HEX triplet: D5, 11 and 64. RGB value is (213,17,100). Sum of RGB (Red+Green+Blue) = 213+17+100=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D51164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51164 is #2AEE9B. Grayscale: #545454. Windows color (decimal): -2813596 or 6558165. OLE color: 6558165.

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

Color convert

RGB 213 17 100 -
CMYK 0 0.92 0.53 0.16
HSL 334.59º 0.85% 0.45% -
HSV(B) 334.59º 0.92% 0.84% -
XYZ 29.94 15.47 13.46 -
YUV 85.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 213 17 100 0 0.92 0.53 0.16 334.59 0.85 0.45
Hex D5 11 64 0 5C 35 10 14F 55 2D
Octal 325 21 144 0 134 65 20 517 125 55
Binary 11010101 10001 1100100 0 1011100 110101 10000 101001111 1010101 101101

Color Harmonies of #D51164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51164

Black with #D51164

Text Example


Text Example

White with #D51164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51164; }

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

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

background-color css

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

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

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

border-color css

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

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

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