Html Css Color HEX #D90A5D Ruby

📋 copy color: '#D90A5D'

red 217 ◦ green 10 ◦ blue 93

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

Shades of Ruby #D90A5D

Tints of Ruby #D90A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 67.81%
G = 3.13%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D90A5D (or 0xD90A5D) is known color: Ruby. HEX triplet: D9, 0A and 5D. RGB value is (217,10,93). Sum of RGB (Red+Green+Blue) = 217+10+93=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A5D is #26F5A2. Grayscale: #515151. Windows color (decimal): -2553251 or 6097625. OLE color: 6097625.

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

Color convert

RGB 217 10 93 -
CMYK 0 0.95 0.57 0.15
HSL 335.94º 0.91% 0.45% -
HSV(B) 335.94º 0.95% 0.85% -
XYZ 30.7 15.76 11.78 -
YUV 81.36 134.58 224.75 -
System Red Green Blue C M Y K H S L
Decimal 217 10 93 0 0.95 0.57 0.15 335.94 0.91 0.45
Hex D9 A 5D 0 5F 39 F 150 5B 2D
Octal 331 12 135 0 137 71 17 520 133 55
Binary 11011001 1010 1011101 0 1011111 111001 1111 101010000 1011011 101101

Color Harmonies of #D90A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A5D

Black with #D90A5D

Text Example


Text Example

White with #D90A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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