Html Css Color HEX #D81174 Ruby

📋 copy color: '#D81174'

red 216 ◦ green 17 ◦ blue 116

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

Shades of Ruby #D81174

Tints of Ruby #D81174

RGB

 RED value IS 216 (84.77% from 255) = 61.89%

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 61.89%
G = 4.87%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D81174 (or 0xD81174) is known color: Ruby. HEX triplet: D8, 11 and 74. RGB value is (216,17,116). Sum of RGB (Red+Green+Blue) = 216+17+116=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D81174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81174 is #27EE8B. Grayscale: #575757. Windows color (decimal): -2616972 or 7606744. OLE color: 7606744.

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

Color convert

RGB 216 17 116 -
CMYK 0 0.92 0.46 0.15
HSL 330.15º 0.85% 0.46% -
HSV(B) 330.15º 0.92% 0.85% -
XYZ 31.67 16.26 17.99 -
YUV 87.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 216 17 116 0 0.92 0.46 0.15 330.15 0.85 0.46
Hex D8 11 74 0 5C 2E F 14A 55 2E
Octal 330 21 164 0 134 56 17 512 125 56
Binary 11011000 10001 1110100 0 1011100 101110 1111 101001010 1010101 101110

Color Harmonies of #D81174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81174

Black with #D81174

Text Example


Text Example

White with #D81174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81174; }

 p { color: rgb(216,17,116); }

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

background-color css

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

 a { background-color: rgb(216,17,116); }

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

border-color css

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

 span { border-color: rgb(216,17,116); }

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