Html Css Color HEX #D8076D Ruby

📋 copy color: '#D8076D'

red 216 ◦ green 7 ◦ blue 109

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

Shades of Ruby #D8076D

Tints of Ruby #D8076D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.11%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 65.06%
G = 2.11%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8076D (or 0xD8076D) is known color: Ruby. HEX triplet: D8, 07 and 6D. RGB value is (216,7,109). Sum of RGB (Red+Green+Blue) = 216+7+109=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8076D is #27F892. Grayscale: #505050. Windows color (decimal): -2619539 or 7145432. OLE color: 7145432.

HSL color Cylindrical-coordinate representation of color #D8076D: hue angle of 330.72º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8076D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 109 -
CMYK 0 0.97 0.50 0.15
HSL 330.72º 0.94% 0.44% -
HSV(B) 330.72º 0.97% 0.85% -
XYZ 31.16 15.86 15.89 -
YUV 81.12 143.74 224.21 -
System Red Green Blue C M Y K H S L
Decimal 216 7 109 0 0.97 0.50 0.15 330.72 0.94 0.44
Hex D8 7 6D 0 61 32 F 14B 5E 2C
Octal 330 7 155 0 141 62 17 513 136 54
Binary 11011000 111 1101101 0 1100001 110010 1111 101001011 1011110 101100

Color Harmonies of #D8076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8076D

Black with #D8076D

Text Example


Text Example

White with #D8076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8076D; }

 p { color: rgb(216,7,109); }

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

background-color css

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

 a { background-color: rgb(216,7,109); }

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

border-color css

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

 span { border-color: rgb(216,7,109); }

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