Html Css Color HEX #D71F71 Ruby

📋 copy color: '#D71F71'

red 215 ◦ green 31 ◦ blue 113

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

Shades of Ruby #D71F71

Tints of Ruby #D71F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.64%

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 59.89%
G = 8.64%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D71F71 (or 0xD71F71) is known color: Ruby. HEX triplet: D7, 1F and 71. RGB value is (215,31,113). Sum of RGB (Red+Green+Blue) = 215+31+113=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F71 is #28E08E. Grayscale: #5F5F5F. Windows color (decimal): -2678927 or 7413719. OLE color: 7413719.

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

Color convert

RGB 215 31 113 -
CMYK 0 0.86 0.47 0.16
HSL 333.26º 0.75% 0.48% -
HSV(B) 333.26º 0.86% 0.84% -
XYZ 31.49 16.62 17.17 -
YUV 95.36 137.96 213.33 -
System Red Green Blue C M Y K H S L
Decimal 215 31 113 0 0.86 0.47 0.16 333.26 0.75 0.48
Hex D7 1F 71 0 56 2F 10 14D 4B 30
Octal 327 37 161 0 126 57 20 515 113 60
Binary 11010111 11111 1110001 0 1010110 101111 10000 101001101 1001011 110000

Color Harmonies of #D71F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F71

Black with #D71F71

Text Example


Text Example

White with #D71F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F71; }

 p { color: rgb(215,31,113); }

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

background-color css

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

 a { background-color: rgb(215,31,113); }

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

border-color css

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

 span { border-color: rgb(215,31,113); }

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