Html Css Color HEX #D8196A Ruby

📋 copy color: '#D8196A'

red 216 ◦ green 25 ◦ blue 106

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

Shades of Ruby #D8196A

Tints of Ruby #D8196A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 62.25%
G = 7.2%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8196A (or 0xD8196A) is known color: Ruby. HEX triplet: D8, 19 and 6A. RGB value is (216,25,106). Sum of RGB (Red+Green+Blue) = 216+25+106=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8196A is #27E695. Grayscale: #5B5B5B. Windows color (decimal): -2614934 or 6953432. OLE color: 6953432.

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

Color convert

RGB 216 25 106 -
CMYK 0 0.88 0.51 0.15
HSL 334.56º 0.79% 0.47% -
HSV(B) 334.56º 0.88% 0.85% -
XYZ 31.27 16.33 15.14 -
YUV 91.34 136.28 216.91 -
System Red Green Blue C M Y K H S L
Decimal 216 25 106 0 0.88 0.51 0.15 334.56 0.79 0.47
Hex D8 19 6A 0 58 33 F 14F 4F 2F
Octal 330 31 152 0 130 63 17 517 117 57
Binary 11011000 11001 1101010 0 1011000 110011 1111 101001111 1001111 101111

Color Harmonies of #D8196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8196A

Black with #D8196A

Text Example


Text Example

White with #D8196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8196A; }

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

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

background-color css

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

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

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

border-color css

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

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

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