#8D215E

Color #8D215E Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8D215E

Tints of Rose Bud Cherry #8D215E

Color information

#8D215E (or 0x8D215E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8D, 21 and 5E. RGB value is (141,33,94). Sum of RGB (Red+Green+Blue) = 141+33+94=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D215E is #72DEA1. Grayscale: #484848. Windows color (decimal): -7528098 or 6168973. OLE color: 6168973.

HSL color Cylindrical-coordinate representation of color #8D215E: hue angle of 326.11º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D215E is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1413394-
CMYK00.770.330.45
HSL326.11º62.07%34.12%-
HSV(B)326.11º76.6%55.29%-
XYZ13.557.5611.33-
YUV72.25140.28177.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=52.61%
G=12.31%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141339400.770.330.45326.1162.0734.12
Hex8D215E04D212D1463e22
Octal21541136011541555067642
Binary10001101100001101111001001101100001101101101000110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D215E; }

 p { color: rgb(141,33,94); }

 H1.HeaderClassName
 {
   color: #8D215E;
 }
 .AnyTagClassName
 {
   color: #8D215E;
 }
</style>
background-color css

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

 a { background-color: rgb(141,33,94); }

 div.DivClassName
 {
   background-color: #8D215E;
 }
 .BgClassName
 {
   background-color: #8D215E;
 }
</style>
border-color css

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

 span { border-color: rgb(141,33,94); }

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