Html Css Color HEX #D5155F Ruby

📋 copy color: '#D5155F'

red 213 ◦ green 21 ◦ blue 95

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

Shades of Ruby #D5155F

Tints of Ruby #D5155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.38%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 64.74%
G = 6.38%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5155F (or 0xD5155F) is known color: Ruby. HEX triplet: D5, 15 and 5F. RGB value is (213,21,95). Sum of RGB (Red+Green+Blue) = 213+21+95=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5155F is #2AEAA0. Grayscale: #565656. Windows color (decimal): -2812577 or 6231509. OLE color: 6231509.

HSL color Cylindrical-coordinate representation of color #D5155F: hue angle of 336.88º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5155F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 95 -
CMYK 0 0.90 0.55 0.16
HSL 336.88º 0.82% 0.46% -
HSV(B) 336.88º 0.9% 0.84% -
XYZ 29.77 15.51 12.25 -
YUV 86.84 132.61 217.98 -
System Red Green Blue C M Y K H S L
Decimal 213 21 95 0 0.90 0.55 0.16 336.88 0.82 0.46
Hex D5 15 5F 0 5A 37 10 151 52 2E
Octal 325 25 137 0 132 67 20 521 122 56
Binary 11010101 10101 1011111 0 1011010 110111 10000 101010001 1010010 101110

Color Harmonies of #D5155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5155F

Black with #D5155F

Text Example


Text Example

White with #D5155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5155F; }

 p { color: rgb(213,21,95); }

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

background-color css

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

 a { background-color: rgb(213,21,95); }

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

border-color css

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

 span { border-color: rgb(213,21,95); }

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