Html Css Color HEX #D9096A Ruby

📋 copy color: '#D9096A'

red 217 ◦ green 9 ◦ blue 106

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

Shades of Ruby #D9096A

Tints of Ruby #D9096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 65.36%
G = 2.71%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9096A (or 0xD9096A) is known color: Ruby. HEX triplet: D9, 09 and 6A. RGB value is (217,9,106). Sum of RGB (Red+Green+Blue) = 217+9+106=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9096A is #26F695. Grayscale: #525252. Windows color (decimal): -2553494 or 6949337. OLE color: 6949337.

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

Color convert

RGB 217 9 106 -
CMYK 0 0.96 0.51 0.15
HSL 332.02º 0.92% 0.44% -
HSV(B) 332.02º 0.96% 0.85% -
XYZ 31.31 15.99 15.07 -
YUV 82.25 141.41 224.11 -
System Red Green Blue C M Y K H S L
Decimal 217 9 106 0 0.96 0.51 0.15 332.02 0.92 0.44
Hex D9 9 6A 0 60 33 F 14C 5C 2C
Octal 331 11 152 0 140 63 17 514 134 54
Binary 11011001 1001 1101010 0 1100000 110011 1111 101001100 1011100 101100

Color Harmonies of #D9096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9096A

Black with #D9096A

Text Example


Text Example

White with #D9096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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