Html Css Color HEX #D90971 Ruby

📋 copy color: '#D90971'

red 217 ◦ green 9 ◦ blue 113

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

Shades of Ruby #D90971

Tints of Ruby #D90971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 64.01%
G = 2.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D90971 (or 0xD90971) is known color: Ruby. HEX triplet: D9, 09 and 71. RGB value is (217,9,113). Sum of RGB (Red+Green+Blue) = 217+9+113=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D90971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90971 is #26F68E. Grayscale: #525252. Windows color (decimal): -2553487 or 7408089. OLE color: 7408089.

HSL color Cylindrical-coordinate representation of color #D90971: hue angle of 330º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90971 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 9 113 -
CMYK 0 0.96 0.48 0.15
HSL 330º 0.92% 0.44% -
HSV(B) 330º 0.96% 0.85% -
XYZ 31.69 16.14 17.07 -
YUV 83.05 144.91 223.54 -
System Red Green Blue C M Y K H S L
Decimal 217 9 113 0 0.96 0.48 0.15 330 0.92 0.44
Hex D9 9 71 0 60 30 F 14A 5C 2C
Octal 331 11 161 0 140 60 17 512 134 54
Binary 11011001 1001 1110001 0 1100000 110000 1111 101001010 1011100 101100

Color Harmonies of #D90971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90971

Black with #D90971

Text Example


Text Example

White with #D90971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90971; }

 p { color: rgb(217,9,113); }

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

background-color css

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

 a { background-color: rgb(217,9,113); }

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

border-color css

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

 span { border-color: rgb(217,9,113); }

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