Html Css Color HEX #D91755 Ruby

📋 copy color: '#D91755'

red 217 ◦ green 23 ◦ blue 85

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

Shades of Ruby #D91755

Tints of Ruby #D91755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 66.77%
G = 7.08%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D91755 (or 0xD91755) is known color: Ruby. HEX triplet: D9, 17 and 55. RGB value is (217,23,85). Sum of RGB (Red+Green+Blue) = 217+23+85=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D91755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91755 is #26E8AA. Grayscale: #585858. Windows color (decimal): -2549931 or 5576665. OLE color: 5576665.

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

Color convert

RGB 217 23 85 -
CMYK 0 0.89 0.61 0.15
HSL 340.82º 0.81% 0.47% -
HSV(B) 340.82º 0.89% 0.85% -
XYZ 30.56 16.02 10.08 -
YUV 88.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 217 23 85 0 0.89 0.61 0.15 340.82 0.81 0.47
Hex D9 17 55 0 59 3D F 155 51 2F
Octal 331 27 125 0 131 75 17 525 121 57
Binary 11011001 10111 1010101 0 1011001 111101 1111 101010101 1010001 101111

Color Harmonies of #D91755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91755

Black with #D91755

Text Example


Text Example

White with #D91755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91755; }

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

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

background-color css

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

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

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

border-color css

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

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

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