Html Css Color HEX #D9155D Ruby

📋 copy color: '#D9155D'

red 217 ◦ green 21 ◦ blue 93

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

Shades of Ruby #D9155D

Tints of Ruby #D9155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 65.56%
G = 6.34%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9155D (or 0xD9155D) is known color: Ruby. HEX triplet: D9, 15 and 5D. RGB value is (217,21,93). Sum of RGB (Red+Green+Blue) = 217+21+93=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9155D is #26EAA2. Grayscale: #575757. Windows color (decimal): -2550435 or 6100441. OLE color: 6100441.

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

Color convert

RGB 217 21 93 -
CMYK 0 0.90 0.57 0.15
HSL 337.96º 0.82% 0.47% -
HSV(B) 337.96º 0.9% 0.85% -
XYZ 30.86 16.08 11.83 -
YUV 87.81 130.93 220.15 -
System Red Green Blue C M Y K H S L
Decimal 217 21 93 0 0.90 0.57 0.15 337.96 0.82 0.47
Hex D9 15 5D 0 5A 39 F 152 52 2F
Octal 331 25 135 0 132 71 17 522 122 57
Binary 11011001 10101 1011101 0 1011010 111001 1111 101010010 1010010 101111

Color Harmonies of #D9155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9155D

Black with #D9155D

Text Example


Text Example

White with #D9155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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