Html Css Color HEX #D4106F Ruby

📋 copy color: '#D4106F'

red 212 ◦ green 16 ◦ blue 111

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

Shades of Ruby #D4106F

Tints of Ruby #D4106F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 62.54%
G = 4.72%
B = 32.74%

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

#D4106F (or 0xD4106F) is known color: Ruby. HEX triplet: D4, 10 and 6F. RGB value is (212,16,111). Sum of RGB (Red+Green+Blue) = 212+16+111=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4106F is #2BEF90. Grayscale: #555555. Windows color (decimal): -2879377 or 7278804. OLE color: 7278804.

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

Color convert

RGB 212 16 111 -
CMYK 0 0.92 0.48 0.17
HSL 330.92º 0.86% 0.45% -
HSV(B) 330.92º 0.92% 0.83% -
XYZ 30.21 15.52 16.44 -
YUV 85.43 142.43 218.28 -
System Red Green Blue C M Y K H S L
Decimal 212 16 111 0 0.92 0.48 0.17 330.92 0.86 0.45
Hex D4 10 6F 0 5C 30 11 14B 56 2D
Octal 324 20 157 0 134 60 21 513 126 55
Binary 11010100 10000 1101111 0 1011100 110000 10001 101001011 1010110 101101

Color Harmonies of #D4106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4106F

Black with #D4106F

Text Example


Text Example

White with #D4106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4106F; }

 p { color: rgb(212,16,111); }

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

background-color css

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

 a { background-color: rgb(212,16,111); }

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

border-color css

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

 span { border-color: rgb(212,16,111); }

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