Html Css Color HEX #D90E5B Ruby

📋 copy color: '#D90E5B'

red 217 ◦ green 14 ◦ blue 91

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

Shades of Ruby #D90E5B

Tints of Ruby #D90E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 67.39%
G = 4.35%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D90E5B (or 0xD90E5B) is known color: Ruby. HEX triplet: D9, 0E and 5B. RGB value is (217,14,91). Sum of RGB (Red+Green+Blue) = 217+14+91=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E5B is #26F1A4. Grayscale: #535353. Windows color (decimal): -2552229 or 5967577. OLE color: 5967577.

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

Color convert

RGB 217 14 91 -
CMYK 0 0.94 0.58 0.15
HSL 337.24º 0.88% 0.45% -
HSV(B) 337.24º 0.94% 0.85% -
XYZ 30.66 15.82 11.34 -
YUV 83.48 132.25 223.24 -
System Red Green Blue C M Y K H S L
Decimal 217 14 91 0 0.94 0.58 0.15 337.24 0.88 0.45
Hex D9 E 5B 0 5E 3A F 151 58 2D
Octal 331 16 133 0 136 72 17 521 130 55
Binary 11011001 1110 1011011 0 1011110 111010 1111 101010001 1011000 101101

Color Harmonies of #D90E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E5B

Black with #D90E5B

Text Example


Text Example

White with #D90E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E5B; }

 p { color: rgb(217,14,91); }

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

background-color css

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

 a { background-color: rgb(217,14,91); }

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

border-color css

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

 span { border-color: rgb(217,14,91); }

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