Html Css Color HEX #D7155B Ruby

📋 copy color: '#D7155B'

red 215 ◦ green 21 ◦ blue 91

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

Shades of Ruby #D7155B

Tints of Ruby #D7155B

RGB

 RED value IS 215 (84.38% from 255) = 65.75%

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

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

R = 65.75%
G = 6.42%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7155B (or 0xD7155B) is known color: Ruby. HEX triplet: D7, 15 and 5B. RGB value is (215,21,91). Sum of RGB (Red+Green+Blue) = 215+21+91=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7155B is #28EAA4. Grayscale: #565656. Windows color (decimal): -2681509 or 5969367. OLE color: 5969367.

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

Color convert

RGB 215 21 91 -
CMYK 0 0.90 0.58 0.16
HSL 338.35º 0.82% 0.46% -
HSV(B) 338.35º 0.9% 0.84% -
XYZ 30.18 15.74 11.34 -
YUV 86.99 130.27 219.31 -
System Red Green Blue C M Y K H S L
Decimal 215 21 91 0 0.90 0.58 0.16 338.35 0.82 0.46
Hex D7 15 5B 0 5A 3A 10 152 52 2E
Octal 327 25 133 0 132 72 20 522 122 56
Binary 11010111 10101 1011011 0 1011010 111010 10000 101010010 1010010 101110

Color Harmonies of #D7155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7155B

Black with #D7155B

Text Example


Text Example

White with #D7155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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