Html Css Color HEX #D5196E Ruby

📋 copy color: '#D5196E'

red 213 ◦ green 25 ◦ blue 110

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

Shades of Ruby #D5196E

Tints of Ruby #D5196E

RGB

 RED value IS 213 (83.59% from 255) = 61.21%

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 61.21%
G = 7.18%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5196E (or 0xD5196E) is known color: Ruby. HEX triplet: D5, 19 and 6E. RGB value is (213,25,110). Sum of RGB (Red+Green+Blue) = 213+25+110=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D5196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5196E is #2AE691. Grayscale: #5A5A5A. Windows color (decimal): -2811538 or 7215573. OLE color: 7215573.

HSL color Cylindrical-coordinate representation of color #D5196E: hue angle of 332.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5196E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 25 110 -
CMYK 0 0.88 0.48 0.16
HSL 332.87º 0.79% 0.47% -
HSV(B) 332.87º 0.88% 0.84% -
XYZ 30.6 15.97 16.22 -
YUV 90.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 213 25 110 0 0.88 0.48 0.16 332.87 0.79 0.47
Hex D5 19 6E 0 58 30 10 14D 4F 2F
Octal 325 31 156 0 130 60 20 515 117 57
Binary 11010101 11001 1101110 0 1011000 110000 10000 101001101 1001111 101111

Color Harmonies of #D5196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5196E

Black with #D5196E

Text Example


Text Example

White with #D5196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5196E; }

 p { color: rgb(213,25,110); }

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

background-color css

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

 a { background-color: rgb(213,25,110); }

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

border-color css

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

 span { border-color: rgb(213,25,110); }

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