Html Css Color HEX #D71F62 Ruby

📋 copy color: '#D71F62'

red 215 ◦ green 31 ◦ blue 98

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

Shades of Ruby #D71F62

Tints of Ruby #D71F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 62.5%
G = 9.01%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D71F62 (or 0xD71F62) is known color: Ruby. HEX triplet: D7, 1F and 62. RGB value is (215,31,98). Sum of RGB (Red+Green+Blue) = 215+31+98=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F62 is #28E09D. Grayscale: #5D5D5D. Windows color (decimal): -2678942 or 6430679. OLE color: 6430679.

HSL color Cylindrical-coordinate representation of color #D71F62: hue angle of 338.15º 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 #D71F62 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 31 98 -
CMYK 0 0.86 0.54 0.16
HSL 338.15º 0.75% 0.48% -
HSV(B) 338.15º 0.86% 0.84% -
XYZ 30.72 16.31 13.08 -
YUV 93.65 130.46 214.55 -
System Red Green Blue C M Y K H S L
Decimal 215 31 98 0 0.86 0.54 0.16 338.15 0.75 0.48
Hex D7 1F 62 0 56 36 10 152 4B 30
Octal 327 37 142 0 126 66 20 522 113 60
Binary 11010111 11111 1100010 0 1010110 110110 10000 101010010 1001011 110000

Color Harmonies of #D71F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F62

Black with #D71F62

Text Example


Text Example

White with #D71F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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