Html Css Color HEX #D51664 Ruby

📋 copy color: '#D51664'

red 213 ◦ green 22 ◦ blue 100

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

Shades of Ruby #D51664

Tints of Ruby #D51664

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

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

R = 63.58%
G = 6.57%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D51664 (or 0xD51664) is known color: Ruby. HEX triplet: D5, 16 and 64. RGB value is (213,22,100). Sum of RGB (Red+Green+Blue) = 213+22+100=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D51664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51664 is #2AE99B. Grayscale: #575757. Windows color (decimal): -2812316 or 6559445. OLE color: 6559445.

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

Color convert

RGB 213 22 100 -
CMYK 0 0.90 0.53 0.16
HSL 335.5º 0.81% 0.46% -
HSV(B) 335.5º 0.9% 0.84% -
XYZ 30.03 15.64 13.49 -
YUV 88 134.78 217.16 -
System Red Green Blue C M Y K H S L
Decimal 213 22 100 0 0.90 0.53 0.16 335.5 0.81 0.46
Hex D5 16 64 0 5A 35 10 14F 51 2E
Octal 325 26 144 0 132 65 20 517 121 56
Binary 11010101 10110 1100100 0 1011010 110101 10000 101001111 1010001 101110

Color Harmonies of #D51664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51664

Black with #D51664

Text Example


Text Example

White with #D51664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51664; }

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

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

background-color css

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

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

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

border-color css

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

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

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