Html Css Color HEX #D7096D Ruby

📋 copy color: '#D7096D'

red 215 ◦ green 9 ◦ blue 109

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

Shades of Ruby #D7096D

Tints of Ruby #D7096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 64.56%
G = 2.7%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7096D (or 0xD7096D) is known color: Ruby. HEX triplet: D7, 09 and 6D. RGB value is (215,9,109). Sum of RGB (Red+Green+Blue) = 215+9+109=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D7096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7096D is #28F692. Grayscale: #515151. Windows color (decimal): -2684563 or 7145943. OLE color: 7145943.

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

Color convert

RGB 215 9 109 -
CMYK 0 0.96 0.49 0.16
HSL 330.87º 0.92% 0.44% -
HSV(B) 330.87º 0.96% 0.84% -
XYZ 30.88 15.75 15.88 -
YUV 81.99 143.25 222.87 -
System Red Green Blue C M Y K H S L
Decimal 215 9 109 0 0.96 0.49 0.16 330.87 0.92 0.44
Hex D7 9 6D 0 60 31 10 14B 5C 2C
Octal 327 11 155 0 140 61 20 513 134 54
Binary 11010111 1001 1101101 0 1100000 110001 10000 101001011 1011100 101100

Color Harmonies of #D7096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7096D

Black with #D7096D

Text Example


Text Example

White with #D7096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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