Html Css Color HEX #D7096F Ruby

📋 copy color: '#D7096F'

red 215 ◦ green 9 ◦ blue 111

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

Shades of Ruby #D7096F

Tints of Ruby #D7096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 64.18%
G = 2.69%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7096F (or 0xD7096F) is known color: Ruby. HEX triplet: D7, 09 and 6F. RGB value is (215,9,111). Sum of RGB (Red+Green+Blue) = 215+9+111=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D7096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7096F is #28F690. Grayscale: #525252. Windows color (decimal): -2684561 or 7277015. OLE color: 7277015.

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

Color convert

RGB 215 9 111 -
CMYK 0 0.96 0.48 0.16
HSL 330.29º 0.92% 0.44% -
HSV(B) 330.29º 0.96% 0.84% -
XYZ 30.99 15.79 16.45 -
YUV 82.22 144.25 222.71 -
System Red Green Blue C M Y K H S L
Decimal 215 9 111 0 0.96 0.48 0.16 330.29 0.92 0.44
Hex D7 9 6F 0 60 30 10 14A 5C 2C
Octal 327 11 157 0 140 60 20 512 134 54
Binary 11010111 1001 1101111 0 1100000 110000 10000 101001010 1011100 101100

Color Harmonies of #D7096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7096F

Black with #D7096F

Text Example


Text Example

White with #D7096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7096F; }

 p { color: rgb(215,9,111); }

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

background-color css

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

 a { background-color: rgb(215,9,111); }

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

border-color css

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

 span { border-color: rgb(215,9,111); }

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