Html Css Color HEX #D5185A Ruby

📋 copy color: '#D5185A'

red 213 ◦ green 24 ◦ blue 90

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

Shades of Ruby #D5185A

Tints of Ruby #D5185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 65.14%
G = 7.34%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5185A (or 0xD5185A) is known color: Ruby. HEX triplet: D5, 18 and 5A. RGB value is (213,24,90). Sum of RGB (Red+Green+Blue) = 213+24+90=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5185A is #2AE7A5. Grayscale: #575757. Windows color (decimal): -2811814 or 5904597. OLE color: 5904597.

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

Color convert

RGB 213 24 90 -
CMYK 0 0.89 0.58 0.16
HSL 339.05º 0.8% 0.46% -
HSV(B) 339.05º 0.89% 0.84% -
XYZ 29.61 15.54 11.11 -
YUV 88.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 213 24 90 0 0.89 0.58 0.16 339.05 0.8 0.46
Hex D5 18 5A 0 59 3A 10 153 50 2E
Octal 325 30 132 0 131 72 20 523 120 56
Binary 11010101 11000 1011010 0 1011001 111010 10000 101010011 1010000 101110

Color Harmonies of #D5185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5185A

Black with #D5185A

Text Example


Text Example

White with #D5185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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