Html Css Color HEX #D91D57 Ruby

📋 copy color: '#D91D57'

red 217 ◦ green 29 ◦ blue 87

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

Shades of Ruby #D91D57

Tints of Ruby #D91D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

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

R = 65.17%
G = 8.71%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D91D57 (or 0xD91D57) is known color: Ruby. HEX triplet: D9, 1D and 57. RGB value is (217,29,87). Sum of RGB (Red+Green+Blue) = 217+29+87=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D57 is #26E2A8. Grayscale: #5B5B5B. Windows color (decimal): -2548393 or 5709273. OLE color: 5709273.

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

Color convert

RGB 217 29 87 -
CMYK 0 0.87 0.60 0.15
HSL 341.49º 0.76% 0.48% -
HSV(B) 341.49º 0.87% 0.85% -
XYZ 30.77 16.32 10.54 -
YUV 91.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 217 29 87 0 0.87 0.60 0.15 341.49 0.76 0.48
Hex D9 1D 57 0 57 3C F 155 4C 30
Octal 331 35 127 0 127 74 17 525 114 60
Binary 11011001 11101 1010111 0 1010111 111100 1111 101010101 1001100 110000

Color Harmonies of #D91D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D57

Black with #D91D57

Text Example


Text Example

White with #D91D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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