Html Css Color HEX #D91E5D Ruby

📋 copy color: '#D91E5D'

red 217 ◦ green 30 ◦ blue 93

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

Shades of Ruby #D91E5D

Tints of Ruby #D91E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.82%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 63.82%
G = 8.82%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D91E5D (or 0xD91E5D) is known color: Ruby. HEX triplet: D9, 1E and 5D. RGB value is (217,30,93). Sum of RGB (Red+Green+Blue) = 217+30+93=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E5D is #26E1A2. Grayscale: #5D5D5D. Windows color (decimal): -2548131 or 6102745. OLE color: 6102745.

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

Color convert

RGB 217 30 93 -
CMYK 0 0.86 0.57 0.15
HSL 339.79º 0.76% 0.48% -
HSV(B) 339.79º 0.86% 0.85% -
XYZ 31.06 16.47 11.9 -
YUV 93.1 127.95 216.38 -
System Red Green Blue C M Y K H S L
Decimal 217 30 93 0 0.86 0.57 0.15 339.79 0.76 0.48
Hex D9 1E 5D 0 56 39 F 154 4C 30
Octal 331 36 135 0 126 71 17 524 114 60
Binary 11011001 11110 1011101 0 1010110 111001 1111 101010100 1001100 110000

Color Harmonies of #D91E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E5D

Black with #D91E5D

Text Example


Text Example

White with #D91E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E5D; }

 p { color: rgb(217,30,93); }

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

background-color css

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

 a { background-color: rgb(217,30,93); }

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

border-color css

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

 span { border-color: rgb(217,30,93); }

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