Html Css Color HEX #D6076A Ruby

📋 copy color: '#D6076A'

red 214 ◦ green 7 ◦ blue 106

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

Shades of Ruby #D6076A

Tints of Ruby #D6076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.42%

R = 65.44%
G = 2.14%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6076A (or 0xD6076A) is known color: Ruby. HEX triplet: D6, 07 and 6A. RGB value is (214,7,106). Sum of RGB (Red+Green+Blue) = 214+7+106=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6076A is #29F895. Grayscale: #4F4F4F. Windows color (decimal): -2750614 or 6948822. OLE color: 6948822.

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

Color convert

RGB 214 7 106 -
CMYK 0 0.97 0.50 0.16
HSL 331.3º 0.94% 0.43% -
HSV(B) 331.3º 0.97% 0.84% -
XYZ 30.41 15.49 15.02 -
YUV 80.18 142.58 223.45 -
System Red Green Blue C M Y K H S L
Decimal 214 7 106 0 0.97 0.50 0.16 331.3 0.94 0.43
Hex D6 7 6A 0 61 32 10 14B 5E 2B
Octal 326 7 152 0 141 62 20 513 136 53
Binary 11010110 111 1101010 0 1100001 110010 10000 101001011 1011110 101011

Color Harmonies of #D6076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6076A

Black with #D6076A

Text Example


Text Example

White with #D6076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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