Html Css Color HEX #D6196A Ruby

📋 copy color: '#D6196A'

red 214 ◦ green 25 ◦ blue 106

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

Shades of Ruby #D6196A

Tints of Ruby #D6196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 62.03%
G = 7.25%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6196A (or 0xD6196A) is known color: Ruby. HEX triplet: D6, 19 and 6A. RGB value is (214,25,106). Sum of RGB (Red+Green+Blue) = 214+25+106=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6196A is #29E695. Grayscale: #5A5A5A. Windows color (decimal): -2746006 or 6953430. OLE color: 6953430.

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

Color convert

RGB 214 25 106 -
CMYK 0 0.88 0.50 0.16
HSL 334.29º 0.79% 0.47% -
HSV(B) 334.29º 0.88% 0.84% -
XYZ 30.68 16.03 15.11 -
YUV 90.75 136.62 215.91 -
System Red Green Blue C M Y K H S L
Decimal 214 25 106 0 0.88 0.50 0.16 334.29 0.79 0.47
Hex D6 19 6A 0 58 32 10 14E 4F 2F
Octal 326 31 152 0 130 62 20 516 117 57
Binary 11010110 11001 1101010 0 1011000 110010 10000 101001110 1001111 101111

Color Harmonies of #D6196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6196A

Black with #D6196A

Text Example


Text Example

White with #D6196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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