Html Css Color HEX #D6196F Ruby

📋 copy color: '#D6196F'

red 214 ◦ green 25 ◦ blue 111

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

Shades of Ruby #D6196F

Tints of Ruby #D6196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 61.14%
G = 7.14%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6196F (or 0xD6196F) is known color: Ruby. HEX triplet: D6, 19 and 6F. RGB value is (214,25,111). Sum of RGB (Red+Green+Blue) = 214+25+111=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D6196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6196F is #29E690. Grayscale: #5B5B5B. Windows color (decimal): -2746001 or 7281110. OLE color: 7281110.

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

Color convert

RGB 214 25 111 -
CMYK 0 0.88 0.48 0.16
HSL 332.7º 0.79% 0.47% -
HSV(B) 332.7º 0.88% 0.84% -
XYZ 30.95 16.14 16.52 -
YUV 91.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 214 25 111 0 0.88 0.48 0.16 332.7 0.79 0.47
Hex D6 19 6F 0 58 30 10 14D 4F 2F
Octal 326 31 157 0 130 60 20 515 117 57
Binary 11010110 11001 1101111 0 1011000 110000 10000 101001101 1001111 101111

Color Harmonies of #D6196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6196F

Black with #D6196F

Text Example


Text Example

White with #D6196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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