Html Css Color HEX #D90E5F Ruby

📋 copy color: '#D90E5F'

red 217 ◦ green 14 ◦ blue 95

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

Shades of Ruby #D90E5F

Tints of Ruby #D90E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.14%

R = 66.56%
G = 4.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D90E5F (or 0xD90E5F) is known color: Ruby. HEX triplet: D9, 0E and 5F. RGB value is (217,14,95). Sum of RGB (Red+Green+Blue) = 217+14+95=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E5F is #26F1A0. Grayscale: #535353. Windows color (decimal): -2552225 or 6229721. OLE color: 6229721.

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

Color convert

RGB 217 14 95 -
CMYK 0 0.94 0.56 0.15
HSL 336.06º 0.88% 0.45% -
HSV(B) 336.06º 0.94% 0.85% -
XYZ 30.84 15.89 12.27 -
YUV 83.93 134.25 222.91 -
System Red Green Blue C M Y K H S L
Decimal 217 14 95 0 0.94 0.56 0.15 336.06 0.88 0.45
Hex D9 E 5F 0 5E 38 F 150 58 2D
Octal 331 16 137 0 136 70 17 520 130 55
Binary 11011001 1110 1011111 0 1011110 111000 1111 101010000 1011000 101101

Color Harmonies of #D90E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E5F

Black with #D90E5F

Text Example


Text Example

White with #D90E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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