Html Css Color HEX #D91D59 Ruby

📋 copy color: '#D91D59'

red 217 ◦ green 29 ◦ blue 89

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

Shades of Ruby #D91D59

Tints of Ruby #D91D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 64.78%
G = 8.66%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D91D59 (or 0xD91D59) is known color: Ruby. HEX triplet: D9, 1D and 59. RGB value is (217,29,89). Sum of RGB (Red+Green+Blue) = 217+29+89=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91D59 is #26E2A6. Grayscale: #5C5C5C. Windows color (decimal): -2548391 or 5840345. OLE color: 5840345.

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

Color convert

RGB 217 29 89 -
CMYK 0 0.87 0.59 0.15
HSL 340.85º 0.76% 0.48% -
HSV(B) 340.85º 0.87% 0.85% -
XYZ 30.86 16.35 10.98 -
YUV 92.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 217 29 89 0 0.87 0.59 0.15 340.85 0.76 0.48
Hex D9 1D 59 0 57 3B F 155 4C 30
Octal 331 35 131 0 127 73 17 525 114 60
Binary 11011001 11101 1011001 0 1010111 111011 1111 101010101 1001100 110000

Color Harmonies of #D91D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D59

Black with #D91D59

Text Example


Text Example

White with #D91D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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