Html Css Color HEX #D9155B Ruby

📋 copy color: '#D9155B'

red 217 ◦ green 21 ◦ blue 91

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

Shades of Ruby #D9155B

Tints of Ruby #D9155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 65.96%
G = 6.38%
B = 27.66%

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

#D9155B (or 0xD9155B) is known color: Ruby. HEX triplet: D9, 15 and 5B. RGB value is (217,21,91). Sum of RGB (Red+Green+Blue) = 217+21+91=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9155B is #26EAA4. Grayscale: #575757. Windows color (decimal): -2550437 or 5969369. OLE color: 5969369.

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

Color convert

RGB 217 21 91 -
CMYK 0 0.90 0.58 0.15
HSL 338.57º 0.82% 0.47% -
HSV(B) 338.57º 0.9% 0.85% -
XYZ 30.77 16.04 11.37 -
YUV 87.58 129.93 220.31 -
System Red Green Blue C M Y K H S L
Decimal 217 21 91 0 0.90 0.58 0.15 338.57 0.82 0.47
Hex D9 15 5B 0 5A 3A F 153 52 2F
Octal 331 25 133 0 132 72 17 523 122 57
Binary 11011001 10101 1011011 0 1011010 111010 1111 101010011 1010010 101111

Color Harmonies of #D9155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9155B

Black with #D9155B

Text Example


Text Example

White with #D9155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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