Html Css Color HEX #D7155E Ruby

📋 copy color: '#D7155E'

red 215 ◦ green 21 ◦ blue 94

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

Shades of Ruby #D7155E

Tints of Ruby #D7155E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 65.15%
G = 6.36%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7155E (or 0xD7155E) is known color: Ruby. HEX triplet: D7, 15 and 5E. RGB value is (215,21,94). Sum of RGB (Red+Green+Blue) = 215+21+94=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7155E is #28EAA1. Grayscale: #575757. Windows color (decimal): -2681506 or 6165975. OLE color: 6165975.

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

Color convert

RGB 215 21 94 -
CMYK 0 0.90 0.56 0.16
HSL 337.42º 0.82% 0.46% -
HSV(B) 337.42º 0.9% 0.84% -
XYZ 30.31 15.79 12.04 -
YUV 87.33 131.77 219.06 -
System Red Green Blue C M Y K H S L
Decimal 215 21 94 0 0.90 0.56 0.16 337.42 0.82 0.46
Hex D7 15 5E 0 5A 38 10 151 52 2E
Octal 327 25 136 0 132 70 20 521 122 56
Binary 11010111 10101 1011110 0 1011010 111000 10000 101010001 1010010 101110

Color Harmonies of #D7155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7155E

Black with #D7155E

Text Example


Text Example

White with #D7155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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