Html Css Color HEX #D90A72 Ruby

📋 copy color: '#D90A72'

red 217 ◦ green 10 ◦ blue 114

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

Shades of Ruby #D90A72

Tints of Ruby #D90A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 63.64%
G = 2.93%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D90A72 (or 0xD90A72) is known color: Ruby. HEX triplet: D9, 0A and 72. RGB value is (217,10,114). Sum of RGB (Red+Green+Blue) = 217+10+114=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A72 is #26F58D. Grayscale: #535353. Windows color (decimal): -2553230 or 7473881. OLE color: 7473881.

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

Color convert

RGB 217 10 114 -
CMYK 0 0.95 0.47 0.15
HSL 329.86º 0.91% 0.45% -
HSV(B) 329.86º 0.95% 0.85% -
XYZ 31.76 16.18 17.37 -
YUV 83.75 145.08 223.04 -
System Red Green Blue C M Y K H S L
Decimal 217 10 114 0 0.95 0.47 0.15 329.86 0.91 0.45
Hex D9 A 72 0 5F 2F F 14A 5B 2D
Octal 331 12 162 0 137 57 17 512 133 55
Binary 11011001 1010 1110010 0 1011111 101111 1111 101001010 1011011 101101

Color Harmonies of #D90A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A72

Black with #D90A72

Text Example


Text Example

White with #D90A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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