Html Css Color HEX #D6096D Ruby

📋 copy color: '#D6096D'

red 214 ◦ green 9 ◦ blue 109

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

Shades of Ruby #D6096D

Tints of Ruby #D6096D

RGB

 RED value IS 214 (83.98% from 255) = 64.46%

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

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

R = 64.46%
G = 2.71%
B = 32.83%

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

#D6096D (or 0xD6096D) is known color: Ruby. HEX triplet: D6, 09 and 6D. RGB value is (214,9,109). Sum of RGB (Red+Green+Blue) = 214+9+109=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6096D is #29F692. Grayscale: #515151. Windows color (decimal): -2750099 or 7145942. OLE color: 7145942.

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

Color convert

RGB 214 9 109 -
CMYK 0 0.96 0.49 0.16
HSL 330.73º 0.92% 0.44% -
HSV(B) 330.73º 0.96% 0.84% -
XYZ 30.59 15.6 15.87 -
YUV 81.7 143.42 222.37 -
System Red Green Blue C M Y K H S L
Decimal 214 9 109 0 0.96 0.49 0.16 330.73 0.92 0.44
Hex D6 9 6D 0 60 31 10 14B 5C 2C
Octal 326 11 155 0 140 61 20 513 134 54
Binary 11010110 1001 1101101 0 1100000 110001 10000 101001011 1011100 101100

Color Harmonies of #D6096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6096D

Black with #D6096D

Text Example


Text Example

White with #D6096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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