Html Css Color HEX #D7076A Ruby

📋 copy color: '#D7076A'

red 215 ◦ green 7 ◦ blue 106

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

Shades of Ruby #D7076A

Tints of Ruby #D7076A

RGB

 RED value IS 215 (84.38% from 255) = 65.55%

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

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

R = 65.55%
G = 2.13%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D7076A (or 0xD7076A) is known color: Ruby. HEX triplet: D7, 07 and 6A. RGB value is (215,7,106). Sum of RGB (Red+Green+Blue) = 215+7+106=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7076A is #28F895. Grayscale: #505050. Windows color (decimal): -2685078 or 6948823. OLE color: 6948823.

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

Color convert

RGB 215 7 106 -
CMYK 0 0.97 0.51 0.16
HSL 331.44º 0.94% 0.44% -
HSV(B) 331.44º 0.97% 0.84% -
XYZ 30.7 15.64 15.04 -
YUV 80.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 215 7 106 0 0.97 0.51 0.16 331.44 0.94 0.44
Hex D7 7 6A 0 61 33 10 14B 5E 2C
Octal 327 7 152 0 141 63 20 513 136 54
Binary 11010111 111 1101010 0 1100001 110011 10000 101001011 1011110 101100

Color Harmonies of #D7076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7076A

Black with #D7076A

Text Example


Text Example

White with #D7076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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