Html Css Color HEX #D5185B Ruby

📋 copy color: '#D5185B'

red 213 ◦ green 24 ◦ blue 91

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

Shades of Ruby #D5185B

Tints of Ruby #D5185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 64.94%
G = 7.32%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5185B (or 0xD5185B) is known color: Ruby. HEX triplet: D5, 18 and 5B. RGB value is (213,24,91). Sum of RGB (Red+Green+Blue) = 213+24+91=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5185B is #2AE7A4. Grayscale: #585858. Windows color (decimal): -2811813 or 5970133. OLE color: 5970133.

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

Color convert

RGB 213 24 91 -
CMYK 0 0.89 0.57 0.16
HSL 338.73º 0.8% 0.46% -
HSV(B) 338.73º 0.89% 0.84% -
XYZ 29.66 15.55 11.34 -
YUV 88.15 129.62 217.05 -
System Red Green Blue C M Y K H S L
Decimal 213 24 91 0 0.89 0.57 0.16 338.73 0.8 0.46
Hex D5 18 5B 0 59 39 10 153 50 2E
Octal 325 30 133 0 131 71 20 523 120 56
Binary 11010101 11000 1011011 0 1011001 111001 10000 101010011 1010000 101110

Color Harmonies of #D5185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5185B

Black with #D5185B

Text Example


Text Example

White with #D5185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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