Html Css Color HEX #D4176D Ruby

📋 copy color: '#D4176D'

red 212 ◦ green 23 ◦ blue 109

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

Shades of Ruby #D4176D

Tints of Ruby #D4176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.69%

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

R = 61.63%
G = 6.69%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4176D (or 0xD4176D) is known color: Ruby. HEX triplet: D4, 17 and 6D. RGB value is (212,23,109). Sum of RGB (Red+Green+Blue) = 212+23+109=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D4176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4176D is #2BE892. Grayscale: #595959. Windows color (decimal): -2877587 or 7149524. OLE color: 7149524.

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

Color convert

RGB 212 23 109 -
CMYK 0 0.89 0.49 0.17
HSL 332.7º 0.8% 0.46% -
HSV(B) 332.7º 0.89% 0.83% -
XYZ 30.22 15.71 15.91 -
YUV 89.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 212 23 109 0 0.89 0.49 0.17 332.7 0.8 0.46
Hex D4 17 6D 0 59 31 11 14D 50 2E
Octal 324 27 155 0 131 61 21 515 120 56
Binary 11010100 10111 1101101 0 1011001 110001 10001 101001101 1010000 101110

Color Harmonies of #D4176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4176D

Black with #D4176D

Text Example


Text Example

White with #D4176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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