Html Css Color HEX #D9155F Ruby

📋 copy color: '#D9155F'

red 217 ◦ green 21 ◦ blue 95

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

Shades of Ruby #D9155F

Tints of Ruby #D9155F

RGB

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

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

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

R = 65.17%
G = 6.31%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9155F (or 0xD9155F) is known color: Ruby. HEX triplet: D9, 15 and 5F. RGB value is (217,21,95). Sum of RGB (Red+Green+Blue) = 217+21+95=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9155F is #26EAA0. Grayscale: #575757. Windows color (decimal): -2550433 or 6231513. OLE color: 6231513.

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

Color convert

RGB 217 21 95 -
CMYK 0 0.90 0.56 0.15
HSL 337.35º 0.82% 0.47% -
HSV(B) 337.35º 0.9% 0.85% -
XYZ 30.95 16.11 12.31 -
YUV 88.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 217 21 95 0 0.90 0.56 0.15 337.35 0.82 0.47
Hex D9 15 5F 0 5A 38 F 151 52 2F
Octal 331 25 137 0 132 70 17 521 122 57
Binary 11011001 10101 1011111 0 1011010 111000 1111 101010001 1010010 101111

Color Harmonies of #D9155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9155F

Black with #D9155F

Text Example


Text Example

White with #D9155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9155F; }

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

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

background-color css

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

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

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

border-color css

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

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

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