Html Css Color HEX #D90E57 Ruby

📋 copy color: '#D90E57'

red 217 ◦ green 14 ◦ blue 87

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

Shades of Ruby #D90E57

Tints of Ruby #D90E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.36%

R = 68.24%
G = 4.4%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D90E57 (or 0xD90E57) is known color: Ruby. HEX triplet: D9, 0E and 57. RGB value is (217,14,87). Sum of RGB (Red+Green+Blue) = 217+14+87=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E57 is #26F1A8. Grayscale: #525252. Windows color (decimal): -2552233 or 5705433. OLE color: 5705433.

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

Color convert

RGB 217 14 87 -
CMYK 0 0.94 0.60 0.15
HSL 338.42º 0.88% 0.45% -
HSV(B) 338.42º 0.94% 0.85% -
XYZ 30.49 15.75 10.45 -
YUV 83.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 217 14 87 0 0.94 0.60 0.15 338.42 0.88 0.45
Hex D9 E 57 0 5E 3C F 152 58 2D
Octal 331 16 127 0 136 74 17 522 130 55
Binary 11011001 1110 1010111 0 1011110 111100 1111 101010010 1011000 101101

Color Harmonies of #D90E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E57

Black with #D90E57

Text Example


Text Example

White with #D90E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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