Html Css Color HEX #D71172 Ruby

📋 copy color: '#D71172'

red 215 ◦ green 17 ◦ blue 114

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

Shades of Ruby #D71172

Tints of Ruby #D71172

RGB

 RED value IS 215 (84.38% from 255) = 62.14%

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 62.14%
G = 4.91%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D71172 (or 0xD71172) is known color: Ruby. HEX triplet: D7, 11 and 72. RGB value is (215,17,114). Sum of RGB (Red+Green+Blue) = 215+17+114=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D71172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71172 is #28EE8D. Grayscale: #575757. Windows color (decimal): -2682510 or 7475671. OLE color: 7475671.

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

Color convert

RGB 215 17 114 -
CMYK 0 0.92 0.47 0.16
HSL 330.61º 0.85% 0.45% -
HSV(B) 330.61º 0.92% 0.84% -
XYZ 31.26 16.06 17.37 -
YUV 87.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 215 17 114 0 0.92 0.47 0.16 330.61 0.85 0.45
Hex D7 11 72 0 5C 2F 10 14B 55 2D
Octal 327 21 162 0 134 57 20 513 125 55
Binary 11010111 10001 1110010 0 1011100 101111 10000 101001011 1010101 101101

Color Harmonies of #D71172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71172

Black with #D71172

Text Example


Text Example

White with #D71172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71172; }

 p { color: rgb(215,17,114); }

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

background-color css

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

 a { background-color: rgb(215,17,114); }

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

border-color css

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

 span { border-color: rgb(215,17,114); }

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