Html Css Color HEX #D91B5B Ruby

📋 copy color: '#D91B5B'

red 217 ◦ green 27 ◦ blue 91

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

Shades of Ruby #D91B5B

Tints of Ruby #D91B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 64.78%
G = 8.06%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D91B5B (or 0xD91B5B) is known color: Ruby. HEX triplet: D9, 1B and 5B. RGB value is (217,27,91). Sum of RGB (Red+Green+Blue) = 217+27+91=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B5B is #26E4A4. Grayscale: #5B5B5B. Windows color (decimal): -2548901 or 5970905. OLE color: 5970905.

HSL color Cylindrical-coordinate representation of color #D91B5B: hue angle of 339.79º 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 #D91B5B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 27 91 -
CMYK 0 0.88 0.58 0.15
HSL 339.79º 0.78% 0.48% -
HSV(B) 339.79º 0.88% 0.85% -
XYZ 30.9 16.29 11.41 -
YUV 91.11 127.95 217.8 -
System Red Green Blue C M Y K H S L
Decimal 217 27 91 0 0.88 0.58 0.15 339.79 0.78 0.48
Hex D9 1B 5B 0 58 3A F 154 4E 30
Octal 331 33 133 0 130 72 17 524 116 60
Binary 11011001 11011 1011011 0 1011000 111010 1111 101010100 1001110 110000

Color Harmonies of #D91B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B5B

Black with #D91B5B

Text Example


Text Example

White with #D91B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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