Html Css Color HEX #D5166D Ruby

📋 copy color: '#D5166D'

red 213 ◦ green 22 ◦ blue 109

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

Shades of Ruby #D5166D

Tints of Ruby #D5166D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 61.92%
G = 6.4%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5166D (or 0xD5166D) is known color: Ruby. HEX triplet: D5, 16 and 6D. RGB value is (213,22,109). Sum of RGB (Red+Green+Blue) = 213+22+109=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5166D is #2AE992. Grayscale: #585858. Windows color (decimal): -2812307 or 7149269. OLE color: 7149269.

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

Color convert

RGB 213 22 109 -
CMYK 0 0.90 0.49 0.16
HSL 332.67º 0.81% 0.46% -
HSV(B) 332.67º 0.9% 0.84% -
XYZ 30.49 15.82 15.92 -
YUV 89.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 213 22 109 0 0.90 0.49 0.16 332.67 0.81 0.46
Hex D5 16 6D 0 5A 31 10 14D 51 2E
Octal 325 26 155 0 132 61 20 515 121 56
Binary 11010101 10110 1101101 0 1011010 110001 10000 101001101 1010001 101110

Color Harmonies of #D5166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5166D

Black with #D5166D

Text Example


Text Example

White with #D5166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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