Html Css Color HEX #D5166A Ruby

📋 copy color: '#D5166A'

red 213 ◦ green 22 ◦ blue 106

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

Shades of Ruby #D5166A

Tints of Ruby #D5166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 62.46%
G = 6.45%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5166A (or 0xD5166A) is known color: Ruby. HEX triplet: D5, 16 and 6A. RGB value is (213,22,106). Sum of RGB (Red+Green+Blue) = 213+22+106=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5166A is #2AE995. Grayscale: #585858. Windows color (decimal): -2812310 or 6952661. OLE color: 6952661.

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

Color convert

RGB 213 22 106 -
CMYK 0 0.90 0.50 0.16
HSL 333.61º 0.81% 0.46% -
HSV(B) 333.61º 0.9% 0.84% -
XYZ 30.33 15.76 15.08 -
YUV 88.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 213 22 106 0 0.90 0.50 0.16 333.61 0.81 0.46
Hex D5 16 6A 0 5A 32 10 14E 51 2E
Octal 325 26 152 0 132 62 20 516 121 56
Binary 11010101 10110 1101010 0 1011010 110010 10000 101001110 1010001 101110

Color Harmonies of #D5166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5166A

Black with #D5166A

Text Example


Text Example

White with #D5166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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