Html Css Color HEX #D90A63 Ruby

📋 copy color: '#D90A63'

red 217 ◦ green 10 ◦ blue 99

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

Shades of Ruby #D90A63

Tints of Ruby #D90A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 66.56%
G = 3.07%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D90A63 (or 0xD90A63) is known color: Ruby. HEX triplet: D9, 0A and 63. RGB value is (217,10,99). Sum of RGB (Red+Green+Blue) = 217+10+99=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A63 is #26F59C. Grayscale: #515151. Windows color (decimal): -2553245 or 6490841. OLE color: 6490841.

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

Color convert

RGB 217 10 99 -
CMYK 0 0.95 0.54 0.15
HSL 334.2º 0.91% 0.45% -
HSV(B) 334.2º 0.95% 0.85% -
XYZ 30.98 15.87 13.23 -
YUV 82.04 137.58 224.26 -
System Red Green Blue C M Y K H S L
Decimal 217 10 99 0 0.95 0.54 0.15 334.2 0.91 0.45
Hex D9 A 63 0 5F 36 F 14E 5B 2D
Octal 331 12 143 0 137 66 17 516 133 55
Binary 11011001 1010 1100011 0 1011111 110110 1111 101001110 1011011 101101

Color Harmonies of #D90A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A63

Black with #D90A63

Text Example


Text Example

White with #D90A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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