Html Css Color HEX #D9155C Ruby

📋 copy color: '#D9155C'

red 217 ◦ green 21 ◦ blue 92

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

Shades of Ruby #D9155C

Tints of Ruby #D9155C

RGB

 RED value IS 217 (85.16% from 255) = 65.76%

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

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

R = 65.76%
G = 6.36%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9155C (or 0xD9155C) is known color: Ruby. HEX triplet: D9, 15 and 5C. RGB value is (217,21,92). Sum of RGB (Red+Green+Blue) = 217+21+92=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9155C is #26EAA3. Grayscale: #575757. Windows color (decimal): -2550436 or 6034905. OLE color: 6034905.

HSL color Cylindrical-coordinate representation of color #D9155C: hue angle of 338.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9155C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 21 92 -
CMYK 0 0.90 0.58 0.15
HSL 338.27º 0.82% 0.47% -
HSV(B) 338.27º 0.9% 0.85% -
XYZ 30.82 16.06 11.6 -
YUV 87.7 130.43 220.23 -
System Red Green Blue C M Y K H S L
Decimal 217 21 92 0 0.90 0.58 0.15 338.27 0.82 0.47
Hex D9 15 5C 0 5A 3A F 152 52 2F
Octal 331 25 134 0 132 72 17 522 122 57
Binary 11011001 10101 1011100 0 1011010 111010 1111 101010010 1010010 101111

Color Harmonies of #D9155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9155C

Black with #D9155C

Text Example


Text Example

White with #D9155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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