Html Css Color HEX #D5196B Ruby

📋 copy color: '#D5196B'

red 213 ◦ green 25 ◦ blue 107

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

Shades of Ruby #D5196B

Tints of Ruby #D5196B

RGB

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

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

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

R = 61.74%
G = 7.25%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5196B (or 0xD5196B) is known color: Ruby. HEX triplet: D5, 19 and 6B. RGB value is (213,25,107). Sum of RGB (Red+Green+Blue) = 213+25+107=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5196B is #2AE694. Grayscale: #5A5A5A. Windows color (decimal): -2811541 or 7018965. OLE color: 7018965.

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

Color convert

RGB 213 25 107 -
CMYK 0 0.88 0.50 0.16
HSL 333.83º 0.79% 0.47% -
HSV(B) 333.83º 0.88% 0.84% -
XYZ 30.44 15.9 15.38 -
YUV 90.56 137.28 215.33 -
System Red Green Blue C M Y K H S L
Decimal 213 25 107 0 0.88 0.50 0.16 333.83 0.79 0.47
Hex D5 19 6B 0 58 32 10 14E 4F 2F
Octal 325 31 153 0 130 62 20 516 117 57
Binary 11010101 11001 1101011 0 1011000 110010 10000 101001110 1001111 101111

Color Harmonies of #D5196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5196B

Black with #D5196B

Text Example


Text Example

White with #D5196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5196B; }

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

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

background-color css

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

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

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

border-color css

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

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

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