Html Css Color HEX #D91B58 Ruby

📋 copy color: '#D91B58'

red 217 ◦ green 27 ◦ blue 88

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

Shades of Ruby #D91B58

Tints of Ruby #D91B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 65.36%
G = 8.13%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D91B58 (or 0xD91B58) is known color: Ruby. HEX triplet: D9, 1B and 58. RGB value is (217,27,88). Sum of RGB (Red+Green+Blue) = 217+27+88=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B58 is #26E4A7. Grayscale: #5A5A5A. Windows color (decimal): -2548904 or 5774297. OLE color: 5774297.

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

Color convert

RGB 217 27 88 -
CMYK 0 0.88 0.59 0.15
HSL 340.74º 0.78% 0.48% -
HSV(B) 340.74º 0.88% 0.85% -
XYZ 30.77 16.24 10.75 -
YUV 90.76 126.45 218.04 -
System Red Green Blue C M Y K H S L
Decimal 217 27 88 0 0.88 0.59 0.15 340.74 0.78 0.48
Hex D9 1B 58 0 58 3B F 155 4E 30
Octal 331 33 130 0 130 73 17 525 116 60
Binary 11011001 11011 1011000 0 1011000 111011 1111 101010101 1001110 110000

Color Harmonies of #D91B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B58

Black with #D91B58

Text Example


Text Example

White with #D91B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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