Html Css Color HEX #D91C61 Ruby

📋 copy color: '#D91C61'

red 217 ◦ green 28 ◦ blue 97

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

Shades of Ruby #D91C61

Tints of Ruby #D91C61

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.19%

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

R = 63.45%
G = 8.19%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D91C61 (or 0xD91C61) is known color: Ruby. HEX triplet: D9, 1C and 61. RGB value is (217,28,97). Sum of RGB (Red+Green+Blue) = 217+28+97=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91C61 is #26E39E. Grayscale: #5C5C5C. Windows color (decimal): -2548639 or 6364377. OLE color: 6364377.

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

Color convert

RGB 217 28 97 -
CMYK 0 0.87 0.55 0.15
HSL 338.1º 0.77% 0.48% -
HSV(B) 338.1º 0.87% 0.85% -
XYZ 31.19 16.45 12.84 -
YUV 92.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 217 28 97 0 0.87 0.55 0.15 338.1 0.77 0.48
Hex D9 1C 61 0 57 37 F 152 4D 30
Octal 331 34 141 0 127 67 17 522 115 60
Binary 11011001 11100 1100001 0 1010111 110111 1111 101010010 1001101 110000

Color Harmonies of #D91C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91C61

Black with #D91C61

Text Example


Text Example

White with #D91C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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