Html Css Color HEX #D7076B Ruby

📋 copy color: '#D7076B'

red 215 ◦ green 7 ◦ blue 107

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

Shades of Ruby #D7076B

Tints of Ruby #D7076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 65.35%
G = 2.13%
B = 32.52%

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

#D7076B (or 0xD7076B) is known color: Ruby. HEX triplet: D7, 07 and 6B. RGB value is (215,7,107). Sum of RGB (Red+Green+Blue) = 215+7+107=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7076B is #28F894. Grayscale: #505050. Windows color (decimal): -2685077 or 7014359. OLE color: 7014359.

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

Color convert

RGB 215 7 107 -
CMYK 0 0.97 0.50 0.16
HSL 331.15º 0.94% 0.44% -
HSV(B) 331.15º 0.97% 0.84% -
XYZ 30.75 15.66 15.31 -
YUV 80.59 142.91 223.87 -
System Red Green Blue C M Y K H S L
Decimal 215 7 107 0 0.97 0.50 0.16 331.15 0.94 0.44
Hex D7 7 6B 0 61 32 10 14B 5E 2C
Octal 327 7 153 0 141 62 20 513 136 54
Binary 11010111 111 1101011 0 1100001 110010 10000 101001011 1011110 101100

Color Harmonies of #D7076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7076B

Black with #D7076B

Text Example


Text Example

White with #D7076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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