Html Css Color HEX #D5186B Ruby

📋 copy color: '#D5186B'

red 213 ◦ green 24 ◦ blue 107

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

Shades of Ruby #D5186B

Tints of Ruby #D5186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.98%

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

R = 61.92%
G = 6.98%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5186B (or 0xD5186B) is known color: Ruby. HEX triplet: D5, 18 and 6B. RGB value is (213,24,107). Sum of RGB (Red+Green+Blue) = 213+24+107=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5186B is #2AE794. Grayscale: #595959. Windows color (decimal): -2811797 or 7018709. OLE color: 7018709.

HSL color Cylindrical-coordinate representation of color #D5186B: hue angle of 333.65º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5186B is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 24 107 -
CMYK 0 0.89 0.50 0.16
HSL 333.65º 0.8% 0.46% -
HSV(B) 333.65º 0.89% 0.84% -
XYZ 30.42 15.86 15.37 -
YUV 89.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 213 24 107 0 0.89 0.50 0.16 333.65 0.8 0.46
Hex D5 18 6B 0 59 32 10 14E 50 2E
Octal 325 30 153 0 131 62 20 516 120 56
Binary 11010101 11000 1101011 0 1011001 110010 10000 101001110 1010000 101110

Color Harmonies of #D5186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5186B

Black with #D5186B

Text Example


Text Example

White with #D5186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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