Html Css Color HEX #D91864 Ruby

📋 copy color: '#D91864'

red 217 ◦ green 24 ◦ blue 100

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

Shades of Ruby #D91864

Tints of Ruby #D91864

RGB

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

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

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

R = 63.64%
G = 7.04%
B = 29.33%

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

#D91864 (or 0xD91864) is known color: Ruby. HEX triplet: D9, 18 and 64. RGB value is (217,24,100). Sum of RGB (Red+Green+Blue) = 217+24+100=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D91864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91864 is #26E79B. Grayscale: #5A5A5A. Windows color (decimal): -2549660 or 6559961. OLE color: 6559961.

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

Color convert

RGB 217 24 100 -
CMYK 0 0.89 0.54 0.15
HSL 336.37º 0.8% 0.47% -
HSV(B) 336.37º 0.89% 0.85% -
XYZ 31.24 16.33 13.56 -
YUV 90.37 133.44 218.32 -
System Red Green Blue C M Y K H S L
Decimal 217 24 100 0 0.89 0.54 0.15 336.37 0.8 0.47
Hex D9 18 64 0 59 36 F 150 50 2F
Octal 331 30 144 0 131 66 17 520 120 57
Binary 11011001 11000 1100100 0 1011001 110110 1111 101010000 1010000 101111

Color Harmonies of #D91864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91864

Black with #D91864

Text Example


Text Example

White with #D91864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91864; }

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

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

background-color css

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

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

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

border-color css

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

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

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