Html Css Color HEX #D90A60 Ruby

📋 copy color: '#D90A60'

red 217 ◦ green 10 ◦ blue 96

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

Shades of Ruby #D90A60

Tints of Ruby #D90A60

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.1%

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 67.18%
G = 3.1%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D90A60 (or 0xD90A60) is known color: Ruby. HEX triplet: D9, 0A and 60. RGB value is (217,10,96). Sum of RGB (Red+Green+Blue) = 217+10+96=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A60 is #26F59F. Grayscale: #515151. Windows color (decimal): -2553248 or 6294233. OLE color: 6294233.

HSL color Cylindrical-coordinate representation of color #D90A60: hue angle of 335.07º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90A60 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 10 96 -
CMYK 0 0.95 0.56 0.15
HSL 335.07º 0.91% 0.45% -
HSV(B) 335.07º 0.95% 0.85% -
XYZ 30.84 15.81 12.49 -
YUV 81.7 136.08 224.51 -
System Red Green Blue C M Y K H S L
Decimal 217 10 96 0 0.95 0.56 0.15 335.07 0.91 0.45
Hex D9 A 60 0 5F 38 F 14F 5B 2D
Octal 331 12 140 0 137 70 17 517 133 55
Binary 11011001 1010 1100000 0 1011111 111000 1111 101001111 1011011 101101

Color Harmonies of #D90A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A60

Black with #D90A60

Text Example


Text Example

White with #D90A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A60; }

 p { color: rgb(217,10,96); }

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

background-color css

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

 a { background-color: rgb(217,10,96); }

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

border-color css

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

 span { border-color: rgb(217,10,96); }

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