Html Css Color HEX #D8196E Ruby

📋 copy color: '#D8196E'

red 216 ◦ green 25 ◦ blue 110

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

Shades of Ruby #D8196E

Tints of Ruby #D8196E

RGB

 RED value IS 216 (84.77% from 255) = 61.54%

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 61.54%
G = 7.12%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8196E (or 0xD8196E) is known color: Ruby. HEX triplet: D8, 19 and 6E. RGB value is (216,25,110). Sum of RGB (Red+Green+Blue) = 216+25+110=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D8196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8196E is #27E691. Grayscale: #5B5B5B. Windows color (decimal): -2614930 or 7215576. OLE color: 7215576.

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

Color convert

RGB 216 25 110 -
CMYK 0 0.88 0.49 0.15
HSL 333.3º 0.79% 0.47% -
HSV(B) 333.3º 0.88% 0.85% -
XYZ 31.48 16.42 16.26 -
YUV 91.8 138.28 216.59 -
System Red Green Blue C M Y K H S L
Decimal 216 25 110 0 0.88 0.49 0.15 333.3 0.79 0.47
Hex D8 19 6E 0 58 31 F 14D 4F 2F
Octal 330 31 156 0 130 61 17 515 117 57
Binary 11011000 11001 1101110 0 1011000 110001 1111 101001101 1001111 101111

Color Harmonies of #D8196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8196E

Black with #D8196E

Text Example


Text Example

White with #D8196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8196E; }

 p { color: rgb(216,25,110); }

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

background-color css

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

 a { background-color: rgb(216,25,110); }

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

border-color css

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

 span { border-color: rgb(216,25,110); }

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