Html Css Color HEX #D91B56 Ruby

📋 copy color: '#D91B56'

red 217 ◦ green 27 ◦ blue 86

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

Shades of Ruby #D91B56

Tints of Ruby #D91B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

 BLUE value IS 86 (33.98% from 255) = 26.06%

R = 65.76%
G = 8.18%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D91B56 (or 0xD91B56) is known color: Ruby. HEX triplet: D9, 1B and 56. RGB value is (217,27,86). Sum of RGB (Red+Green+Blue) = 217+27+86=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B56 is #26E4A9. Grayscale: #5A5A5A. Windows color (decimal): -2548906 or 5643225. OLE color: 5643225.

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

Color convert

RGB 217 27 86 -
CMYK 0 0.88 0.60 0.15
HSL 341.37º 0.78% 0.48% -
HSV(B) 341.37º 0.88% 0.85% -
XYZ 30.69 16.21 10.32 -
YUV 90.54 125.45 218.2 -
System Red Green Blue C M Y K H S L
Decimal 217 27 86 0 0.88 0.60 0.15 341.37 0.78 0.48
Hex D9 1B 56 0 58 3C F 155 4E 30
Octal 331 33 126 0 130 74 17 525 116 60
Binary 11011001 11011 1010110 0 1011000 111100 1111 101010101 1001110 110000

Color Harmonies of #D91B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B56

Black with #D91B56

Text Example


Text Example

White with #D91B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B56; }

 p { color: rgb(217,27,86); }

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

background-color css

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

 a { background-color: rgb(217,27,86); }

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

border-color css

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

 span { border-color: rgb(217,27,86); }

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