Html Css Color HEX #D7096C Ruby

📋 copy color: '#D7096C'

red 215 ◦ green 9 ◦ blue 108

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

Shades of Ruby #D7096C

Tints of Ruby #D7096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 64.76%
G = 2.71%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7096C (or 0xD7096C) is known color: Ruby. HEX triplet: D7, 09 and 6C. RGB value is (215,9,108). Sum of RGB (Red+Green+Blue) = 215+9+108=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D7096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7096C is #28F693. Grayscale: #515151. Windows color (decimal): -2684564 or 7080407. OLE color: 7080407.

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

Color convert

RGB 215 9 108 -
CMYK 0 0.96 0.50 0.16
HSL 331.17º 0.92% 0.44% -
HSV(B) 331.17º 0.96% 0.84% -
XYZ 30.83 15.73 15.6 -
YUV 81.88 142.75 222.95 -
System Red Green Blue C M Y K H S L
Decimal 215 9 108 0 0.96 0.50 0.16 331.17 0.92 0.44
Hex D7 9 6C 0 60 32 10 14B 5C 2C
Octal 327 11 154 0 140 62 20 513 134 54
Binary 11010111 1001 1101100 0 1100000 110010 10000 101001011 1011100 101100

Color Harmonies of #D7096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7096C

Black with #D7096C

Text Example


Text Example

White with #D7096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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