Html Css Color HEX #D9096F Ruby

📋 copy color: '#D9096F'

red 217 ◦ green 9 ◦ blue 111

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

Shades of Ruby #D9096F

Tints of Ruby #D9096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 64.39%
G = 2.67%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9096F (or 0xD9096F) is known color: Ruby. HEX triplet: D9, 09 and 6F. RGB value is (217,9,111). Sum of RGB (Red+Green+Blue) = 217+9+111=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D9096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9096F is #26F690. Grayscale: #525252. Windows color (decimal): -2553489 or 7277017. OLE color: 7277017.

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

Color convert

RGB 217 9 111 -
CMYK 0 0.96 0.49 0.15
HSL 330.58º 0.92% 0.44% -
HSV(B) 330.58º 0.96% 0.85% -
XYZ 31.58 16.09 16.48 -
YUV 82.82 143.91 223.71 -
System Red Green Blue C M Y K H S L
Decimal 217 9 111 0 0.96 0.49 0.15 330.58 0.92 0.44
Hex D9 9 6F 0 60 31 F 14B 5C 2C
Octal 331 11 157 0 140 61 17 513 134 54
Binary 11011001 1001 1101111 0 1100000 110001 1111 101001011 1011100 101100

Color Harmonies of #D9096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9096F

Black with #D9096F

Text Example


Text Example

White with #D9096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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