Html Css Color HEX #D71C57 Ruby

📋 copy color: '#D71C57'

red 215 ◦ green 28 ◦ blue 87

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

Shades of Ruby #D71C57

Tints of Ruby #D71C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 65.15%
G = 8.48%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D71C57 (or 0xD71C57) is known color: Ruby. HEX triplet: D7, 1C and 57. RGB value is (215,28,87). Sum of RGB (Red+Green+Blue) = 215+28+87=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C57 is #28E3A8. Grayscale: #5A5A5A. Windows color (decimal): -2679721 or 5709015. OLE color: 5709015.

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

Color convert

RGB 215 28 87 -
CMYK 0 0.87 0.60 0.16
HSL 341.07º 0.77% 0.48% -
HSV(B) 341.07º 0.87% 0.84% -
XYZ 30.16 15.97 10.51 -
YUV 90.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 215 28 87 0 0.87 0.60 0.16 341.07 0.77 0.48
Hex D7 1C 57 0 57 3C 10 155 4D 30
Octal 327 34 127 0 127 74 20 525 115 60
Binary 11010111 11100 1010111 0 1010111 111100 10000 101010101 1001101 110000

Color Harmonies of #D71C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C57

Black with #D71C57

Text Example


Text Example

White with #D71C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C57; }

 p { color: rgb(215,28,87); }

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

background-color css

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

 a { background-color: rgb(215,28,87); }

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

border-color css

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

 span { border-color: rgb(215,28,87); }

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