Html Css Color HEX #D91861 Ruby

📋 copy color: '#D91861'

red 217 ◦ green 24 ◦ blue 97

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

Shades of Ruby #D91861

Tints of Ruby #D91861

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.1%

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

R = 64.2%
G = 7.1%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D91861 (or 0xD91861) is known color: Ruby. HEX triplet: D9, 18 and 61. RGB value is (217,24,97). Sum of RGB (Red+Green+Blue) = 217+24+97=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D91861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91861 is #26E79E. Grayscale: #595959. Windows color (decimal): -2549663 or 6363353. OLE color: 6363353.

HSL color Cylindrical-coordinate representation of color #D91861: hue angle of 337.31º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91861 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 24 97 -
CMYK 0 0.89 0.55 0.15
HSL 337.31º 0.8% 0.47% -
HSV(B) 337.31º 0.89% 0.85% -
XYZ 31.1 16.27 12.81 -
YUV 90.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 217 24 97 0 0.89 0.55 0.15 337.31 0.8 0.47
Hex D9 18 61 0 59 37 F 151 50 2F
Octal 331 30 141 0 131 67 17 521 120 57
Binary 11011001 11000 1100001 0 1011001 110111 1111 101010001 1010000 101111

Color Harmonies of #D91861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91861

Black with #D91861

Text Example


Text Example

White with #D91861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91861; }

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

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

background-color css

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

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

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

border-color css

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

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

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