Html Css Color HEX #8D1E58 Rose Bud Cherry

📋 copy color: '#8D1E58'

red 141 ◦ green 30 ◦ blue 88

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

Shades of Rose Bud Cherry #8D1E58

Tints of Rose Bud Cherry #8D1E58

RGB

 RED value IS 141 (55.47% from 255) = 54.44%

 GREEN value IS 30 (12.11% from 255) = 11.58%

 BLUE value IS 88 (34.77% from 255) = 33.98%

R = 54.44%
G = 11.58%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8D1E58 (or 0x8D1E58) is known color: Rose Bud Cherry. HEX triplet: 8D, 1E and 58. RGB value is (141,30,88). Sum of RGB (Red+Green+Blue) = 141+30+88=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1E58 is #72E1A7. Grayscale: #454545. Windows color (decimal): -7528872 or 5774989. OLE color: 5774989.

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

Color convert

RGB 141 30 88 -
CMYK 0 0.79 0.38 0.45
HSL 328.65º 0.65% 0.34% -
HSV(B) 328.65º 0.79% 0.55% -
XYZ 13.21 7.3 9.94 -
YUV 69.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 141 30 88 0 0.79 0.38 0.45 328.65 0.65 0.34
Hex 8D 1E 58 0 4F 26 2D 149 41 22
Octal 215 36 130 0 117 46 55 511 101 42
Binary 10001101 11110 1011000 0 1001111 100110 101101 101001001 1000001 100010

Color Harmonies of #8D1E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1E58

Black with #8D1E58

Text Example


Text Example

White with #8D1E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,30,88); }

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

background-color css

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

 a { background-color: rgb(141,30,88); }

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

border-color css

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

 span { border-color: rgb(141,30,88); }

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