Html Css Color HEX #D8196B Ruby

📋 copy color: '#D8196B'

red 216 ◦ green 25 ◦ blue 107

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

Shades of Ruby #D8196B

Tints of Ruby #D8196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 62.07%
G = 7.18%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8196B (or 0xD8196B) is known color: Ruby. HEX triplet: D8, 19 and 6B. RGB value is (216,25,107). Sum of RGB (Red+Green+Blue) = 216+25+107=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8196B is #27E694. Grayscale: #5B5B5B. Windows color (decimal): -2614933 or 7018968. OLE color: 7018968.

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

Color convert

RGB 216 25 107 -
CMYK 0 0.88 0.50 0.15
HSL 334.24º 0.79% 0.47% -
HSV(B) 334.24º 0.88% 0.85% -
XYZ 31.32 16.36 15.42 -
YUV 91.46 136.78 216.83 -
System Red Green Blue C M Y K H S L
Decimal 216 25 107 0 0.88 0.50 0.15 334.24 0.79 0.47
Hex D8 19 6B 0 58 32 F 14E 4F 2F
Octal 330 31 153 0 130 62 17 516 117 57
Binary 11011000 11001 1101011 0 1011000 110010 1111 101001110 1001111 101111

Color Harmonies of #D8196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8196B

Black with #D8196B

Text Example


Text Example

White with #D8196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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