Html Css Color HEX #D91763 Ruby

📋 copy color: '#D91763'

red 217 ◦ green 23 ◦ blue 99

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

Shades of Ruby #D91763

Tints of Ruby #D91763

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.78%

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

R = 64.01%
G = 6.78%
B = 29.2%

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

#D91763 (or 0xD91763) is known color: Ruby. HEX triplet: D9, 17 and 63. RGB value is (217,23,99). Sum of RGB (Red+Green+Blue) = 217+23+99=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D91763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91763 is #26E89C. Grayscale: #595959. Windows color (decimal): -2549917 or 6494169. OLE color: 6494169.

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

Color convert

RGB 217 23 99 -
CMYK 0 0.89 0.54 0.15
HSL 336.49º 0.81% 0.47% -
HSV(B) 336.49º 0.89% 0.85% -
XYZ 31.17 16.27 13.3 -
YUV 89.67 133.27 218.82 -
System Red Green Blue C M Y K H S L
Decimal 217 23 99 0 0.89 0.54 0.15 336.49 0.81 0.47
Hex D9 17 63 0 59 36 F 150 51 2F
Octal 331 27 143 0 131 66 17 520 121 57
Binary 11011001 10111 1100011 0 1011001 110110 1111 101010000 1010001 101111

Color Harmonies of #D91763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91763

Black with #D91763

Text Example


Text Example

White with #D91763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91763; }

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

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

background-color css

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

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

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

border-color css

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

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

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