Html Css Color HEX #D91564 Ruby

📋 copy color: '#D91564'

red 217 ◦ green 21 ◦ blue 100

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

Shades of Ruby #D91564

Tints of Ruby #D91564

RGB

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

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

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

R = 64.2%
G = 6.21%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D91564 (or 0xD91564) is known color: Ruby. HEX triplet: D9, 15 and 64. RGB value is (217,21,100). Sum of RGB (Red+Green+Blue) = 217+21+100=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D91564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91564 is #26EA9B. Grayscale: #585858. Windows color (decimal): -2550428 or 6559193. OLE color: 6559193.

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

Color convert

RGB 217 21 100 -
CMYK 0 0.90 0.54 0.15
HSL 335.82º 0.82% 0.47% -
HSV(B) 335.82º 0.9% 0.85% -
XYZ 31.18 16.21 13.54 -
YUV 88.61 134.43 219.58 -
System Red Green Blue C M Y K H S L
Decimal 217 21 100 0 0.90 0.54 0.15 335.82 0.82 0.47
Hex D9 15 64 0 5A 36 F 150 52 2F
Octal 331 25 144 0 132 66 17 520 122 57
Binary 11011001 10101 1100100 0 1011010 110110 1111 101010000 1010010 101111

Color Harmonies of #D91564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91564

Black with #D91564

Text Example


Text Example

White with #D91564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91564; }

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

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

background-color css

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

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

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

border-color css

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

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

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