Html Css Color HEX #D7196D Ruby

📋 copy color: '#D7196D'

red 215 ◦ green 25 ◦ blue 109

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

Shades of Ruby #D7196D

Tints of Ruby #D7196D

RGB

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

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

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

R = 61.6%
G = 7.16%
B = 31.23%

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

#D7196D (or 0xD7196D) is known color: Ruby. HEX triplet: D7, 19 and 6D. RGB value is (215,25,109). Sum of RGB (Red+Green+Blue) = 215+25+109=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7196D is #28E692. Grayscale: #5B5B5B. Windows color (decimal): -2680467 or 7150039. OLE color: 7150039.

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

Color convert

RGB 215 25 109 -
CMYK 0 0.88 0.49 0.16
HSL 333.47º 0.79% 0.47% -
HSV(B) 333.47º 0.88% 0.84% -
XYZ 31.13 16.25 15.96 -
YUV 91.39 137.95 216.17 -
System Red Green Blue C M Y K H S L
Decimal 215 25 109 0 0.88 0.49 0.16 333.47 0.79 0.47
Hex D7 19 6D 0 58 31 10 14D 4F 2F
Octal 327 31 155 0 130 61 20 515 117 57
Binary 11010111 11001 1101101 0 1011000 110001 10000 101001101 1001111 101111

Color Harmonies of #D7196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7196D

Black with #D7196D

Text Example


Text Example

White with #D7196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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