Html Css Color HEX #D5175B Ruby

📋 copy color: '#D5175B'

red 213 ◦ green 23 ◦ blue 91

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

Shades of Ruby #D5175B

Tints of Ruby #D5175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

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

R = 65.14%
G = 7.03%
B = 27.83%

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

#D5175B (or 0xD5175B) is known color: Ruby. HEX triplet: D5, 17 and 5B. RGB value is (213,23,91). Sum of RGB (Red+Green+Blue) = 213+23+91=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5175B is #2AE8A4. Grayscale: #575757. Windows color (decimal): -2812069 or 5969877. OLE color: 5969877.

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

Color convert

RGB 213 23 91 -
CMYK 0 0.89 0.57 0.16
HSL 338.53º 0.81% 0.46% -
HSV(B) 338.53º 0.89% 0.84% -
XYZ 29.64 15.51 11.33 -
YUV 87.56 129.95 217.47 -
System Red Green Blue C M Y K H S L
Decimal 213 23 91 0 0.89 0.57 0.16 338.53 0.81 0.46
Hex D5 17 5B 0 59 39 10 153 51 2E
Octal 325 27 133 0 131 71 20 523 121 56
Binary 11010101 10111 1011011 0 1011001 111001 10000 101010011 1010001 101110

Color Harmonies of #D5175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5175B

Black with #D5175B

Text Example


Text Example

White with #D5175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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