Html Css Color HEX #D91863 Ruby

📋 copy color: '#D91863'

red 217 ◦ green 24 ◦ blue 99

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

Shades of Ruby #D91863

Tints of Ruby #D91863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 63.82%
G = 7.06%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D91863 (or 0xD91863) is known color: Ruby. HEX triplet: D9, 18 and 63. RGB value is (217,24,99). Sum of RGB (Red+Green+Blue) = 217+24+99=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D91863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91863 is #26E79C. Grayscale: #5A5A5A. Windows color (decimal): -2549661 or 6494425. OLE color: 6494425.

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

Color convert

RGB 217 24 99 -
CMYK 0 0.89 0.54 0.15
HSL 336.68º 0.8% 0.47% -
HSV(B) 336.68º 0.89% 0.85% -
XYZ 31.19 16.31 13.31 -
YUV 90.26 132.94 218.4 -
System Red Green Blue C M Y K H S L
Decimal 217 24 99 0 0.89 0.54 0.15 336.68 0.8 0.47
Hex D9 18 63 0 59 36 F 151 50 2F
Octal 331 30 143 0 131 66 17 521 120 57
Binary 11011001 11000 1100011 0 1011001 110110 1111 101010001 1010000 101111

Color Harmonies of #D91863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91863

Black with #D91863

Text Example


Text Example

White with #D91863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91863; }

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

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

background-color css

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

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

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

border-color css

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

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

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