Html Css Color HEX #D5185D Ruby

📋 copy color: '#D5185D'

red 213 ◦ green 24 ◦ blue 93

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

Shades of Ruby #D5185D

Tints of Ruby #D5185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 64.55%
G = 7.27%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5185D (or 0xD5185D) is known color: Ruby. HEX triplet: D5, 18 and 5D. RGB value is (213,24,93). Sum of RGB (Red+Green+Blue) = 213+24+93=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5185D is #2AE7A2. Grayscale: #585858. Windows color (decimal): -2811811 or 6101205. OLE color: 6101205.

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

Color convert

RGB 213 24 93 -
CMYK 0 0.89 0.56 0.16
HSL 338.1º 0.8% 0.46% -
HSV(B) 338.1º 0.89% 0.84% -
XYZ 29.74 15.59 11.8 -
YUV 88.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 213 24 93 0 0.89 0.56 0.16 338.1 0.8 0.46
Hex D5 18 5D 0 59 38 10 152 50 2E
Octal 325 30 135 0 131 70 20 522 120 56
Binary 11010101 11000 1011101 0 1011001 111000 10000 101010010 1010000 101110

Color Harmonies of #D5185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5185D

Black with #D5185D

Text Example


Text Example

White with #D5185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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