Html Css Color HEX #D91565 Ruby

📋 copy color: '#D91565'

red 217 ◦ green 21 ◦ blue 101

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

Shades of Ruby #D91565

Tints of Ruby #D91565

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 64.01%
G = 6.19%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D91565 (or 0xD91565) is known color: Ruby. HEX triplet: D9, 15 and 65. RGB value is (217,21,101). Sum of RGB (Red+Green+Blue) = 217+21+101=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D91565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91565 is #26EA9A. Grayscale: #585858. Windows color (decimal): -2550427 or 6624729. OLE color: 6624729.

HSL color Cylindrical-coordinate representation of color #D91565: hue angle of 335.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91565 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 101 -
CMYK 0 0.90 0.53 0.15
HSL 335.51º 0.82% 0.47% -
HSV(B) 335.51º 0.9% 0.85% -
XYZ 31.23 16.23 13.8 -
YUV 88.72 134.93 219.5 -
System Red Green Blue C M Y K H S L
Decimal 217 21 101 0 0.90 0.53 0.15 335.51 0.82 0.47
Hex D9 15 65 0 5A 35 F 150 52 2F
Octal 331 25 145 0 132 65 17 520 122 57
Binary 11011001 10101 1100101 0 1011010 110101 1111 101010000 1010010 101111

Color Harmonies of #D91565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91565

Black with #D91565

Text Example


Text Example

White with #D91565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91565; }

 p { color: rgb(217,21,101); }

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

background-color css

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

 a { background-color: rgb(217,21,101); }

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

border-color css

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

 span { border-color: rgb(217,21,101); }

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