Html Css Color HEX #D9196F Ruby

📋 copy color: '#D9196F'

red 217 ◦ green 25 ◦ blue 111

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

Shades of Ruby #D9196F

Tints of Ruby #D9196F

RGB

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

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

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

R = 61.47%
G = 7.08%
B = 31.44%

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

#D9196F (or 0xD9196F) is known color: Ruby. HEX triplet: D9, 19 and 6F. RGB value is (217,25,111). Sum of RGB (Red+Green+Blue) = 217+25+111=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D9196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9196F is #26E690. Grayscale: #5C5C5C. Windows color (decimal): -2549393 or 7281113. OLE color: 7281113.

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

Color convert

RGB 217 25 111 -
CMYK 0 0.88 0.49 0.15
HSL 333.13º 0.79% 0.47% -
HSV(B) 333.13º 0.88% 0.85% -
XYZ 31.83 16.59 16.56 -
YUV 92.21 138.61 217.01 -
System Red Green Blue C M Y K H S L
Decimal 217 25 111 0 0.88 0.49 0.15 333.13 0.79 0.47
Hex D9 19 6F 0 58 31 F 14D 4F 2F
Octal 331 31 157 0 130 61 17 515 117 57
Binary 11011001 11001 1101111 0 1011000 110001 1111 101001101 1001111 101111

Color Harmonies of #D9196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9196F

Black with #D9196F

Text Example


Text Example

White with #D9196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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