Html Css Color HEX #D91573 Ruby

📋 copy color: '#D91573'

red 217 ◦ green 21 ◦ blue 115

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

Shades of Ruby #D91573

Tints of Ruby #D91573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 61.47%
G = 5.95%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D91573 (or 0xD91573) is known color: Ruby. HEX triplet: D9, 15 and 73. RGB value is (217,21,115). Sum of RGB (Red+Green+Blue) = 217+21+115=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D91573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91573 is #26EA8C. Grayscale: #5A5A5A. Windows color (decimal): -2550413 or 7542233. OLE color: 7542233.

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

Color convert

RGB 217 21 115 -
CMYK 0 0.90 0.47 0.15
HSL 331.22º 0.82% 0.47% -
HSV(B) 331.22º 0.9% 0.85% -
XYZ 31.98 16.53 17.72 -
YUV 90.32 141.93 218.36 -
System Red Green Blue C M Y K H S L
Decimal 217 21 115 0 0.90 0.47 0.15 331.22 0.82 0.47
Hex D9 15 73 0 5A 2F F 14B 52 2F
Octal 331 25 163 0 132 57 17 513 122 57
Binary 11011001 10101 1110011 0 1011010 101111 1111 101001011 1010010 101111

Color Harmonies of #D91573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91573

Black with #D91573

Text Example


Text Example

White with #D91573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91573; }

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

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

background-color css

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

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

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

border-color css

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

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

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