Html Css Color HEX #D6076D Ruby

📋 copy color: '#D6076D'

red 214 ◦ green 7 ◦ blue 109

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

Shades of Ruby #D6076D

Tints of Ruby #D6076D

RGB

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

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

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

R = 64.85%
G = 2.12%
B = 33.03%

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

#D6076D (or 0xD6076D) is known color: Ruby. HEX triplet: D6, 07 and 6D. RGB value is (214,7,109). Sum of RGB (Red+Green+Blue) = 214+7+109=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6076D is #29F892. Grayscale: #505050. Windows color (decimal): -2750611 or 7145430. OLE color: 7145430.

HSL color Cylindrical-coordinate representation of color #D6076D: hue angle of 330.43º 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 #D6076D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 109 -
CMYK 0 0.97 0.49 0.16
HSL 330.43º 0.94% 0.43% -
HSV(B) 330.43º 0.97% 0.84% -
XYZ 30.57 15.55 15.86 -
YUV 80.52 144.08 223.21 -
System Red Green Blue C M Y K H S L
Decimal 214 7 109 0 0.97 0.49 0.16 330.43 0.94 0.43
Hex D6 7 6D 0 61 31 10 14A 5E 2B
Octal 326 7 155 0 141 61 20 512 136 53
Binary 11010110 111 1101101 0 1100001 110001 10000 101001010 1011110 101011

Color Harmonies of #D6076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6076D

Black with #D6076D

Text Example


Text Example

White with #D6076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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