Html Css Color HEX #D90E69 Ruby

📋 copy color: '#D90E69'

red 217 ◦ green 14 ◦ blue 105

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

Shades of Ruby #D90E69

Tints of Ruby #D90E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 64.58%
G = 4.17%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D90E69 (or 0xD90E69) is known color: Ruby. HEX triplet: D9, 0E and 69. RGB value is (217,14,105). Sum of RGB (Red+Green+Blue) = 217+14+105=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E69 is #26F196. Grayscale: #545454. Windows color (decimal): -2552215 or 6885081. OLE color: 6885081.

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

Color convert

RGB 217 14 105 -
CMYK 0 0.94 0.52 0.15
HSL 333.1º 0.88% 0.45% -
HSV(B) 333.1º 0.94% 0.85% -
XYZ 31.32 16.09 14.82 -
YUV 85.07 139.25 222.1 -
System Red Green Blue C M Y K H S L
Decimal 217 14 105 0 0.94 0.52 0.15 333.1 0.88 0.45
Hex D9 E 69 0 5E 34 F 14D 58 2D
Octal 331 16 151 0 136 64 17 515 130 55
Binary 11011001 1110 1101001 0 1011110 110100 1111 101001101 1011000 101101

Color Harmonies of #D90E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E69

Black with #D90E69

Text Example


Text Example

White with #D90E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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