Html Css Color HEX #D4116E Ruby

📋 copy color: '#D4116E'

red 212 ◦ green 17 ◦ blue 110

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

Shades of Ruby #D4116E

Tints of Ruby #D4116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 62.54%
G = 5.01%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4116E (or 0xD4116E) is known color: Ruby. HEX triplet: D4, 11 and 6E. RGB value is (212,17,110). Sum of RGB (Red+Green+Blue) = 212+17+110=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4116E is #2BEE91. Grayscale: #555555. Windows color (decimal): -2879122 or 7213524. OLE color: 7213524.

HSL color Cylindrical-coordinate representation of color #D4116E: hue angle of 331.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4116E is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 110 -
CMYK 0 0.92 0.48 0.17
HSL 331.38º 0.85% 0.45% -
HSV(B) 331.38º 0.92% 0.83% -
XYZ 30.17 15.52 16.16 -
YUV 85.91 141.6 217.94 -
System Red Green Blue C M Y K H S L
Decimal 212 17 110 0 0.92 0.48 0.17 331.38 0.85 0.45
Hex D4 11 6E 0 5C 30 11 14B 55 2D
Octal 324 21 156 0 134 60 21 513 125 55
Binary 11010100 10001 1101110 0 1011100 110000 10001 101001011 1010101 101101

Color Harmonies of #D4116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4116E

Black with #D4116E

Text Example


Text Example

White with #D4116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4116E; }

 p { color: rgb(212,17,110); }

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

background-color css

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

 a { background-color: rgb(212,17,110); }

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

border-color css

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

 span { border-color: rgb(212,17,110); }

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