Html Css Color HEX #D91E61 Ruby

📋 copy color: '#D91E61'

red 217 ◦ green 30 ◦ blue 97

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

Shades of Ruby #D91E61

Tints of Ruby #D91E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 63.08%
G = 8.72%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D91E61 (or 0xD91E61) is known color: Ruby. HEX triplet: D9, 1E and 61. RGB value is (217,30,97). Sum of RGB (Red+Green+Blue) = 217+30+97=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E61 is #26E19E. Grayscale: #5D5D5D. Windows color (decimal): -2548127 or 6364889. OLE color: 6364889.

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

Color convert

RGB 217 30 97 -
CMYK 0 0.86 0.55 0.15
HSL 338.5º 0.76% 0.48% -
HSV(B) 338.5º 0.86% 0.85% -
XYZ 31.24 16.54 12.86 -
YUV 93.55 129.95 216.05 -
System Red Green Blue C M Y K H S L
Decimal 217 30 97 0 0.86 0.55 0.15 338.5 0.76 0.48
Hex D9 1E 61 0 56 37 F 153 4C 30
Octal 331 36 141 0 126 67 17 523 114 60
Binary 11011001 11110 1100001 0 1010110 110111 1111 101010011 1001100 110000

Color Harmonies of #D91E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E61

Black with #D91E61

Text Example


Text Example

White with #D91E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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