Html Css Color HEX #D90A65 Ruby

📋 copy color: '#D90A65'

red 217 ◦ green 10 ◦ blue 101

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

Shades of Ruby #D90A65

Tints of Ruby #D90A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 66.16%
G = 3.05%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D90A65 (or 0xD90A65) is known color: Ruby. HEX triplet: D9, 0A and 65. RGB value is (217,10,101). Sum of RGB (Red+Green+Blue) = 217+10+101=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A65 is #26F59A. Grayscale: #525252. Windows color (decimal): -2553243 or 6621913. OLE color: 6621913.

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

Color convert

RGB 217 10 101 -
CMYK 0 0.95 0.53 0.15
HSL 333.62º 0.91% 0.45% -
HSV(B) 333.62º 0.95% 0.85% -
XYZ 31.07 15.91 13.74 -
YUV 82.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 217 10 101 0 0.95 0.53 0.15 333.62 0.91 0.45
Hex D9 A 65 0 5F 35 F 14E 5B 2D
Octal 331 12 145 0 137 65 17 516 133 55
Binary 11011001 1010 1100101 0 1011111 110101 1111 101001110 1011011 101101

Color Harmonies of #D90A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A65

Black with #D90A65

Text Example


Text Example

White with #D90A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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