Html Css Color HEX #D9165A Ruby

📋 copy color: '#D9165A'

red 217 ◦ green 22 ◦ blue 90

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

Shades of Ruby #D9165A

Tints of Ruby #D9165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 65.96%
G = 6.69%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9165A (or 0xD9165A) is known color: Ruby. HEX triplet: D9, 16 and 5A. RGB value is (217,22,90). Sum of RGB (Red+Green+Blue) = 217+22+90=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9165A is #26E9A5. Grayscale: #575757. Windows color (decimal): -2550182 or 5904089. OLE color: 5904089.

HSL color Cylindrical-coordinate representation of color #D9165A: hue angle of 339.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9165A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 90 -
CMYK 0 0.90 0.59 0.15
HSL 339.08º 0.82% 0.47% -
HSV(B) 339.08º 0.9% 0.85% -
XYZ 30.75 16.06 11.15 -
YUV 88.06 129.1 219.97 -
System Red Green Blue C M Y K H S L
Decimal 217 22 90 0 0.90 0.59 0.15 339.08 0.82 0.47
Hex D9 16 5A 0 5A 3B F 153 52 2F
Octal 331 26 132 0 132 73 17 523 122 57
Binary 11011001 10110 1011010 0 1011010 111011 1111 101010011 1010010 101111

Color Harmonies of #D9165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9165A

Black with #D9165A

Text Example


Text Example

White with #D9165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9165A; }

 p { color: rgb(217,22,90); }

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

background-color css

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

 a { background-color: rgb(217,22,90); }

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

border-color css

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

 span { border-color: rgb(217,22,90); }

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