Html Css Color HEX #D4176E Ruby

📋 copy color: '#D4176E'

red 212 ◦ green 23 ◦ blue 110

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

Shades of Ruby #D4176E

Tints of Ruby #D4176E

RGB

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

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

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

R = 61.45%
G = 6.67%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4176E (or 0xD4176E) is known color: Ruby. HEX triplet: D4, 17 and 6E. RGB value is (212,23,110). Sum of RGB (Red+Green+Blue) = 212+23+110=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D4176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4176E is #2BE891. Grayscale: #595959. Windows color (decimal): -2877586 or 7215060. OLE color: 7215060.

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

Color convert

RGB 212 23 110 -
CMYK 0 0.89 0.48 0.17
HSL 332.38º 0.8% 0.46% -
HSV(B) 332.38º 0.89% 0.83% -
XYZ 30.27 15.74 16.19 -
YUV 89.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 212 23 110 0 0.89 0.48 0.17 332.38 0.8 0.46
Hex D4 17 6E 0 59 30 11 14C 50 2E
Octal 324 27 156 0 131 60 21 514 120 56
Binary 11010100 10111 1101110 0 1011001 110000 10001 101001100 1010000 101110

Color Harmonies of #D4176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4176E

Black with #D4176E

Text Example


Text Example

White with #D4176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4176E; }

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

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

background-color css

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

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

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

border-color css

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

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

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