Html Css Color HEX #D5155C Ruby

📋 copy color: '#D5155C'

red 213 ◦ green 21 ◦ blue 92

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

Shades of Ruby #D5155C

Tints of Ruby #D5155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 65.34%
G = 6.44%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5155C (or 0xD5155C) is known color: Ruby. HEX triplet: D5, 15 and 5C. RGB value is (213,21,92). Sum of RGB (Red+Green+Blue) = 213+21+92=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5155C is #2AEAA3. Grayscale: #565656. Windows color (decimal): -2812580 or 6034901. OLE color: 6034901.

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

Color convert

RGB 213 21 92 -
CMYK 0 0.90 0.57 0.16
HSL 337.81º 0.82% 0.46% -
HSV(B) 337.81º 0.9% 0.84% -
XYZ 29.64 15.46 11.55 -
YUV 86.5 131.11 218.23 -
System Red Green Blue C M Y K H S L
Decimal 213 21 92 0 0.90 0.57 0.16 337.81 0.82 0.46
Hex D5 15 5C 0 5A 39 10 152 52 2E
Octal 325 25 134 0 132 71 20 522 122 56
Binary 11010101 10101 1011100 0 1011010 111001 10000 101010010 1010010 101110

Color Harmonies of #D5155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5155C

Black with #D5155C

Text Example


Text Example

White with #D5155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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