Html Css Color HEX #D9196B Ruby

📋 copy color: '#D9196B'

red 217 ◦ green 25 ◦ blue 107

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

Shades of Ruby #D9196B

Tints of Ruby #D9196B

RGB

 RED value IS 217 (85.16% from 255) = 62.18%

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

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

R = 62.18%
G = 7.16%
B = 30.66%

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

#D9196B (or 0xD9196B) is known color: Ruby. HEX triplet: D9, 19 and 6B. RGB value is (217,25,107). Sum of RGB (Red+Green+Blue) = 217+25+107=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9196B is #26E694. Grayscale: #5B5B5B. Windows color (decimal): -2549397 or 7018969. OLE color: 7018969.

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

Color convert

RGB 217 25 107 -
CMYK 0 0.88 0.51 0.15
HSL 334.38º 0.79% 0.47% -
HSV(B) 334.38º 0.88% 0.85% -
XYZ 31.62 16.51 15.43 -
YUV 91.76 136.61 217.33 -
System Red Green Blue C M Y K H S L
Decimal 217 25 107 0 0.88 0.51 0.15 334.38 0.79 0.47
Hex D9 19 6B 0 58 33 F 14E 4F 2F
Octal 331 31 153 0 130 63 17 516 117 57
Binary 11011001 11001 1101011 0 1011000 110011 1111 101001110 1001111 101111

Color Harmonies of #D9196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9196B

Black with #D9196B

Text Example


Text Example

White with #D9196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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