Html Css Color HEX #D91865 Ruby

📋 copy color: '#D91865'

red 217 ◦ green 24 ◦ blue 101

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

Shades of Ruby #D91865

Tints of Ruby #D91865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 63.45%
G = 7.02%
B = 29.53%

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

#D91865 (or 0xD91865) is known color: Ruby. HEX triplet: D9, 18 and 65. RGB value is (217,24,101). Sum of RGB (Red+Green+Blue) = 217+24+101=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D91865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91865 is #26E79A. Grayscale: #5A5A5A. Windows color (decimal): -2549659 or 6625497. OLE color: 6625497.

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

Color convert

RGB 217 24 101 -
CMYK 0 0.89 0.53 0.15
HSL 336.06º 0.8% 0.47% -
HSV(B) 336.06º 0.89% 0.85% -
XYZ 31.29 16.34 13.82 -
YUV 90.49 133.94 218.24 -
System Red Green Blue C M Y K H S L
Decimal 217 24 101 0 0.89 0.53 0.15 336.06 0.8 0.47
Hex D9 18 65 0 59 35 F 150 50 2F
Octal 331 30 145 0 131 65 17 520 120 57
Binary 11011001 11000 1100101 0 1011001 110101 1111 101010000 1010000 101111

Color Harmonies of #D91865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91865

Black with #D91865

Text Example


Text Example

White with #D91865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91865; }

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

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

background-color css

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

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

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

border-color css

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

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

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