Html Css Color HEX #D51666 Ruby

📋 copy color: '#D51666'

red 213 ◦ green 22 ◦ blue 102

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

Shades of Ruby #D51666

Tints of Ruby #D51666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 63.2%
G = 6.53%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D51666 (or 0xD51666) is known color: Ruby. HEX triplet: D5, 16 and 66. RGB value is (213,22,102). Sum of RGB (Red+Green+Blue) = 213+22+102=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D51666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51666 is #2AE999. Grayscale: #585858. Windows color (decimal): -2812314 or 6690517. OLE color: 6690517.

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

Color convert

RGB 213 22 102 -
CMYK 0 0.90 0.52 0.16
HSL 334.87º 0.81% 0.46% -
HSV(B) 334.87º 0.9% 0.84% -
XYZ 30.13 15.68 14.01 -
YUV 88.23 135.78 217 -
System Red Green Blue C M Y K H S L
Decimal 213 22 102 0 0.90 0.52 0.16 334.87 0.81 0.46
Hex D5 16 66 0 5A 34 10 14F 51 2E
Octal 325 26 146 0 132 64 20 517 121 56
Binary 11010101 10110 1100110 0 1011010 110100 10000 101001111 1010001 101110

Color Harmonies of #D51666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51666

Black with #D51666

Text Example


Text Example

White with #D51666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51666; }

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

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

background-color css

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

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

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

border-color css

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

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

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