Html Css Color HEX #D8096B Ruby

📋 copy color: '#D8096B'

red 216 ◦ green 9 ◦ blue 107

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

Shades of Ruby #D8096B

Tints of Ruby #D8096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 65.06%
G = 2.71%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8096B (or 0xD8096B) is known color: Ruby. HEX triplet: D8, 09 and 6B. RGB value is (216,9,107). Sum of RGB (Red+Green+Blue) = 216+9+107=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8096B is #27F694. Grayscale: #515151. Windows color (decimal): -2619029 or 7014872. OLE color: 7014872.

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

Color convert

RGB 216 9 107 -
CMYK 0 0.96 0.50 0.15
HSL 331.59º 0.92% 0.44% -
HSV(B) 331.59º 0.96% 0.85% -
XYZ 31.07 15.86 15.33 -
YUV 82.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 216 9 107 0 0.96 0.50 0.15 331.59 0.92 0.44
Hex D8 9 6B 0 60 32 F 14C 5C 2C
Octal 330 11 153 0 140 62 17 514 134 54
Binary 11011000 1001 1101011 0 1100000 110010 1111 101001100 1011100 101100

Color Harmonies of #D8096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8096B

Black with #D8096B

Text Example


Text Example

White with #D8096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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