Html Css Color HEX #D8096A Ruby

📋 copy color: '#D8096A'

red 216 ◦ green 9 ◦ blue 106

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

Shades of Ruby #D8096A

Tints of Ruby #D8096A

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

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

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

R = 65.26%
G = 2.72%
B = 32.02%

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

#D8096A (or 0xD8096A) is known color: Ruby. HEX triplet: D8, 09 and 6A. RGB value is (216,9,106). Sum of RGB (Red+Green+Blue) = 216+9+106=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8096A is #27F695. Grayscale: #515151. Windows color (decimal): -2619030 or 6949336. OLE color: 6949336.

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

Color convert

RGB 216 9 106 -
CMYK 0 0.96 0.51 0.15
HSL 331.88º 0.92% 0.44% -
HSV(B) 331.88º 0.96% 0.85% -
XYZ 31.02 15.83 15.06 -
YUV 81.95 141.58 223.61 -
System Red Green Blue C M Y K H S L
Decimal 216 9 106 0 0.96 0.51 0.15 331.88 0.92 0.44
Hex D8 9 6A 0 60 33 F 14C 5C 2C
Octal 330 11 152 0 140 63 17 514 134 54
Binary 11011000 1001 1101010 0 1100000 110011 1111 101001100 1011100 101100

Color Harmonies of #D8096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8096A

Black with #D8096A

Text Example


Text Example

White with #D8096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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