Html Css Color HEX #D91764 Ruby

📋 copy color: '#D91764'

red 217 ◦ green 23 ◦ blue 100

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

Shades of Ruby #D91764

Tints of Ruby #D91764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 63.82%
G = 6.76%
B = 29.41%

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

#D91764 (or 0xD91764) is known color: Ruby. HEX triplet: D9, 17 and 64. RGB value is (217,23,100). Sum of RGB (Red+Green+Blue) = 217+23+100=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D91764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91764 is #26E89B. Grayscale: #595959. Windows color (decimal): -2549916 or 6559705. OLE color: 6559705.

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

Color convert

RGB 217 23 100 -
CMYK 0 0.89 0.54 0.15
HSL 336.19º 0.81% 0.47% -
HSV(B) 336.19º 0.89% 0.85% -
XYZ 31.22 16.28 13.55 -
YUV 89.78 133.77 218.74 -
System Red Green Blue C M Y K H S L
Decimal 217 23 100 0 0.89 0.54 0.15 336.19 0.81 0.47
Hex D9 17 64 0 59 36 F 150 51 2F
Octal 331 27 144 0 131 66 17 520 121 57
Binary 11011001 10111 1100100 0 1011001 110110 1111 101010000 1010001 101111

Color Harmonies of #D91764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91764

Black with #D91764

Text Example


Text Example

White with #D91764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91764; }

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

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

background-color css

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

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

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

border-color css

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

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

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