Html Css Color HEX #D6076E Ruby

📋 copy color: '#D6076E'

red 214 ◦ green 7 ◦ blue 110

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

Shades of Ruby #D6076E

Tints of Ruby #D6076E

RGB

 RED value IS 214 (83.98% from 255) = 64.65%

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

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 64.65%
G = 2.11%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6076E (or 0xD6076E) is known color: Ruby. HEX triplet: D6, 07 and 6E. RGB value is (214,7,110). Sum of RGB (Red+Green+Blue) = 214+7+110=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6076E is #29F891. Grayscale: #505050. Windows color (decimal): -2750610 or 7210966. OLE color: 7210966.

HSL color Cylindrical-coordinate representation of color #D6076E: hue angle of 330.14º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6076E is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 110 -
CMYK 0 0.97 0.49 0.16
HSL 330.14º 0.94% 0.43% -
HSV(B) 330.14º 0.97% 0.84% -
XYZ 30.62 15.57 16.14 -
YUV 80.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 214 7 110 0 0.97 0.49 0.16 330.14 0.94 0.43
Hex D6 7 6E 0 61 31 10 14A 5E 2B
Octal 326 7 156 0 141 61 20 512 136 53
Binary 11010110 111 1101110 0 1100001 110001 10000 101001010 1011110 101011

Color Harmonies of #D6076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6076E

Black with #D6076E

Text Example


Text Example

White with #D6076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6076E; }

 p { color: rgb(214,7,110); }

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

background-color css

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

 a { background-color: rgb(214,7,110); }

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

border-color css

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

 span { border-color: rgb(214,7,110); }

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