Html Css Color HEX #D4166D Ruby

📋 copy color: '#D4166D'

red 212 ◦ green 22 ◦ blue 109

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

Shades of Ruby #D4166D

Tints of Ruby #D4166D

RGB

 RED value IS 212 (83.2% from 255) = 61.81%

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

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

R = 61.81%
G = 6.41%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4166D (or 0xD4166D) is known color: Ruby. HEX triplet: D4, 16 and 6D. RGB value is (212,22,109). Sum of RGB (Red+Green+Blue) = 212+22+109=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4166D is #2BE992. Grayscale: #585858. Windows color (decimal): -2877843 or 7149268. OLE color: 7149268.

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

Color convert

RGB 212 22 109 -
CMYK 0 0.90 0.49 0.17
HSL 332.53º 0.81% 0.46% -
HSV(B) 332.53º 0.9% 0.83% -
XYZ 30.2 15.67 15.9 -
YUV 88.73 139.45 215.93 -
System Red Green Blue C M Y K H S L
Decimal 212 22 109 0 0.90 0.49 0.17 332.53 0.81 0.46
Hex D4 16 6D 0 5A 31 11 14D 51 2E
Octal 324 26 155 0 132 61 21 515 121 56
Binary 11010100 10110 1101101 0 1011010 110001 10001 101001101 1010001 101110

Color Harmonies of #D4166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4166D

Black with #D4166D

Text Example


Text Example

White with #D4166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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