Html Css Color HEX #D91766 Ruby

📋 copy color: '#D91766'

red 217 ◦ green 23 ◦ blue 102

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

Shades of Ruby #D91766

Tints of Ruby #D91766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 63.45%
G = 6.73%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D91766 (or 0xD91766) is known color: Ruby. HEX triplet: D9, 17 and 66. RGB value is (217,23,102). Sum of RGB (Red+Green+Blue) = 217+23+102=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D91766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91766 is #26E899. Grayscale: #595959. Windows color (decimal): -2549914 or 6690777. OLE color: 6690777.

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

Color convert

RGB 217 23 102 -
CMYK 0 0.89 0.53 0.15
HSL 335.57º 0.81% 0.47% -
HSV(B) 335.57º 0.89% 0.85% -
XYZ 31.32 16.32 14.07 -
YUV 90.01 134.77 218.58 -
System Red Green Blue C M Y K H S L
Decimal 217 23 102 0 0.89 0.53 0.15 335.57 0.81 0.47
Hex D9 17 66 0 59 35 F 150 51 2F
Octal 331 27 146 0 131 65 17 520 121 57
Binary 11011001 10111 1100110 0 1011001 110101 1111 101010000 1010001 101111

Color Harmonies of #D91766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91766

Black with #D91766

Text Example


Text Example

White with #D91766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91766; }

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

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

background-color css

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

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

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

border-color css

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

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

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