Html Css Color HEX #D4116A Ruby

📋 copy color: '#D4116A'

red 212 ◦ green 17 ◦ blue 106

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

Shades of Ruby #D4116A

Tints of Ruby #D4116A

RGB

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

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

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

R = 63.28%
G = 5.07%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4116A (or 0xD4116A) is known color: Ruby. HEX triplet: D4, 11 and 6A. RGB value is (212,17,106). Sum of RGB (Red+Green+Blue) = 212+17+106=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D4116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4116A is #2BEE95. Grayscale: #555555. Windows color (decimal): -2879126 or 6951380. OLE color: 6951380.

HSL color Cylindrical-coordinate representation of color #D4116A: hue angle of 332.62º 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 #D4116A is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 17 106 -
CMYK 0 0.92 0.5 0.17
HSL 332.62º 0.85% 0.45% -
HSV(B) 332.62º 0.92% 0.83% -
XYZ 29.95 15.44 15.04 -
YUV 85.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 212 17 106 0 0.92 0.5 0.17 332.62 0.85 0.45
Hex D4 11 6A 0 5C 32 11 14D 55 2D
Octal 324 21 152 0 134 62 21 515 125 55
Binary 11010100 10001 1101010 0 1011100 110010 10001 101001101 1010101 101101

Color Harmonies of #D4116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4116A

Black with #D4116A

Text Example


Text Example

White with #D4116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4116A; }

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

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

background-color css

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

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

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

border-color css

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

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

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