Html Css Color HEX #D90D5D Ruby

📋 copy color: '#D90D5D'

red 217 ◦ green 13 ◦ blue 93

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

Shades of Ruby #D90D5D

Tints of Ruby #D90D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 67.18%
G = 4.02%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D90D5D (or 0xD90D5D) is known color: Ruby. HEX triplet: D9, 0D and 5D. RGB value is (217,13,93). Sum of RGB (Red+Green+Blue) = 217+13+93=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D5D is #26F2A2. Grayscale: #535353. Windows color (decimal): -2552483 or 6098393. OLE color: 6098393.

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

Color convert

RGB 217 13 93 -
CMYK 0 0.94 0.57 0.15
HSL 336.47º 0.89% 0.45% -
HSV(B) 336.47º 0.94% 0.85% -
XYZ 30.73 15.83 11.79 -
YUV 83.12 133.59 223.5 -
System Red Green Blue C M Y K H S L
Decimal 217 13 93 0 0.94 0.57 0.15 336.47 0.89 0.45
Hex D9 D 5D 0 5E 39 F 150 59 2D
Octal 331 15 135 0 136 71 17 520 131 55
Binary 11011001 1101 1011101 0 1011110 111001 1111 101010000 1011001 101101

Color Harmonies of #D90D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D5D

Black with #D90D5D

Text Example


Text Example

White with #D90D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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