Html Css Color HEX #D91057 Ruby

📋 copy color: '#D91057'

red 217 ◦ green 16 ◦ blue 87

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

Shades of Ruby #D91057

Tints of Ruby #D91057

RGB

 RED value IS 217 (85.16% from 255) = 67.81%

 GREEN value IS 16 (6.64% from 255) = 5%

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

R = 67.81%
G = 5%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D91057 (or 0xD91057) is known color: Ruby. HEX triplet: D9, 10 and 57. RGB value is (217,16,87). Sum of RGB (Red+Green+Blue) = 217+16+87=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D91057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91057 is #26EFA8. Grayscale: #545454. Windows color (decimal): -2551721 or 5705945. OLE color: 5705945.

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

Color convert

RGB 217 16 87 -
CMYK 0 0.93 0.60 0.15
HSL 338.81º 0.86% 0.46% -
HSV(B) 338.81º 0.93% 0.85% -
XYZ 30.52 15.81 10.46 -
YUV 84.19 129.59 222.73 -
System Red Green Blue C M Y K H S L
Decimal 217 16 87 0 0.93 0.60 0.15 338.81 0.86 0.46
Hex D9 10 57 0 5D 3C F 153 56 2E
Octal 331 20 127 0 135 74 17 523 126 56
Binary 11011001 10000 1010111 0 1011101 111100 1111 101010011 1010110 101110

Color Harmonies of #D91057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91057

Black with #D91057

Text Example


Text Example

White with #D91057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91057; }

 p { color: rgb(217,16,87); }

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

background-color css

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

 a { background-color: rgb(217,16,87); }

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

border-color css

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

 span { border-color: rgb(217,16,87); }

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