Html Css Color HEX #D6076F Ruby

📋 copy color: '#D6076F'

red 214 ◦ green 7 ◦ blue 111

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

Shades of Ruby #D6076F

Tints of Ruby #D6076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 64.46%
G = 2.11%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6076F (or 0xD6076F) is known color: Ruby. HEX triplet: D6, 07 and 6F. RGB value is (214,7,111). Sum of RGB (Red+Green+Blue) = 214+7+111=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6076F is #29F890. Grayscale: #505050. Windows color (decimal): -2750609 or 7276502. OLE color: 7276502.

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

Color convert

RGB 214 7 111 -
CMYK 0 0.97 0.48 0.16
HSL 329.86º 0.94% 0.43% -
HSV(B) 329.86º 0.97% 0.84% -
XYZ 30.68 15.6 16.43 -
YUV 80.75 145.08 223.04 -
System Red Green Blue C M Y K H S L
Decimal 214 7 111 0 0.97 0.48 0.16 329.86 0.94 0.43
Hex D6 7 6F 0 61 30 10 14A 5E 2B
Octal 326 7 157 0 141 60 20 512 136 53
Binary 11010110 111 1101111 0 1100001 110000 10000 101001010 1011110 101011

Color Harmonies of #D6076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6076F

Black with #D6076F

Text Example


Text Example

White with #D6076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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