Html Css Color HEX #D90D59 Ruby

📋 copy color: '#D90D59'

red 217 ◦ green 13 ◦ blue 89

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

Shades of Ruby #D90D59

Tints of Ruby #D90D59

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 89 (35.16% from 255) = 27.9%

R = 68.03%
G = 4.08%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D90D59 (or 0xD90D59) is known color: Ruby. HEX triplet: D9, 0D and 59. RGB value is (217,13,89). Sum of RGB (Red+Green+Blue) = 217+13+89=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D59 is #26F2A6. Grayscale: #525252. Windows color (decimal): -2552487 or 5836249. OLE color: 5836249.

HSL color Cylindrical-coordinate representation of color #D90D59: hue angle of 337.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D59 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 13 89 -
CMYK 0 0.94 0.59 0.15
HSL 337.65º 0.89% 0.45% -
HSV(B) 337.65º 0.94% 0.85% -
XYZ 30.56 15.76 10.88 -
YUV 82.66 131.59 223.82 -
System Red Green Blue C M Y K H S L
Decimal 217 13 89 0 0.94 0.59 0.15 337.65 0.89 0.45
Hex D9 D 59 0 5E 3B F 152 59 2D
Octal 331 15 131 0 136 73 17 522 131 55
Binary 11011001 1101 1011001 0 1011110 111011 1111 101010010 1011001 101101

Color Harmonies of #D90D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D59

Black with #D90D59

Text Example


Text Example

White with #D90D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D59; }

 p { color: rgb(217,13,89); }

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

background-color css

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

 a { background-color: rgb(217,13,89); }

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

border-color css

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

 span { border-color: rgb(217,13,89); }

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