Html Css Color HEX #D8196F Ruby

📋 copy color: '#D8196F'

red 216 ◦ green 25 ◦ blue 111

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

Shades of Ruby #D8196F

Tints of Ruby #D8196F

RGB

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

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

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

R = 61.36%
G = 7.1%
B = 31.53%

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

#D8196F (or 0xD8196F) is known color: Ruby. HEX triplet: D8, 19 and 6F. RGB value is (216,25,111). Sum of RGB (Red+Green+Blue) = 216+25+111=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D8196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8196F is #27E690. Grayscale: #5B5B5B. Windows color (decimal): -2614929 or 7281112. OLE color: 7281112.

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

Color convert

RGB 216 25 111 -
CMYK 0 0.88 0.49 0.15
HSL 332.98º 0.79% 0.47% -
HSV(B) 332.98º 0.88% 0.85% -
XYZ 31.54 16.44 16.55 -
YUV 91.91 138.78 216.51 -
System Red Green Blue C M Y K H S L
Decimal 216 25 111 0 0.88 0.49 0.15 332.98 0.79 0.47
Hex D8 19 6F 0 58 31 F 14D 4F 2F
Octal 330 31 157 0 130 61 17 515 117 57
Binary 11011000 11001 1101111 0 1011000 110001 1111 101001101 1001111 101111

Color Harmonies of #D8196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8196F

Black with #D8196F

Text Example


Text Example

White with #D8196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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