Html Css Color HEX #D6196D Ruby

📋 copy color: '#D6196D'

red 214 ◦ green 25 ◦ blue 109

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

Shades of Ruby #D6196D

Tints of Ruby #D6196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 61.49%
G = 7.18%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6196D (or 0xD6196D) is known color: Ruby. HEX triplet: D6, 19 and 6D. RGB value is (214,25,109). Sum of RGB (Red+Green+Blue) = 214+25+109=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6196D is #29E692. Grayscale: #5A5A5A. Windows color (decimal): -2746003 or 7150038. OLE color: 7150038.

HSL color Cylindrical-coordinate representation of color #D6196D: hue angle of 333.33º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6196D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 109 -
CMYK 0 0.88 0.49 0.16
HSL 333.33º 0.79% 0.47% -
HSV(B) 333.33º 0.88% 0.84% -
XYZ 30.84 16.1 15.95 -
YUV 91.09 138.12 215.67 -
System Red Green Blue C M Y K H S L
Decimal 214 25 109 0 0.88 0.49 0.16 333.33 0.79 0.47
Hex D6 19 6D 0 58 31 10 14D 4F 2F
Octal 326 31 155 0 130 61 20 515 117 57
Binary 11010110 11001 1101101 0 1011000 110001 10000 101001101 1001111 101111

Color Harmonies of #D6196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6196D

Black with #D6196D

Text Example


Text Example

White with #D6196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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