Html Css Color HEX #8F214E Rose Bud Cherry

📋 copy color: '#8F214E'

red 143 ◦ green 33 ◦ blue 78

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

Shades of Rose Bud Cherry #8F214E

Tints of Rose Bud Cherry #8F214E

RGB

 RED value IS 143 (56.25% from 255) = 56.3%

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 56.3%
G = 12.99%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F214E (or 0x8F214E) is known color: Rose Bud Cherry. HEX triplet: 8F, 21 and 4E. RGB value is (143,33,78). Sum of RGB (Red+Green+Blue) = 143+33+78=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F214E is #70DEB1. Grayscale: #464646. Windows color (decimal): -7397042 or 5120399. OLE color: 5120399.

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

Color convert

RGB 143 33 78 -
CMYK 0 0.77 0.45 0.44
HSL 335.45º 0.63% 0.35% -
HSV(B) 335.45º 0.77% 0.56% -
XYZ 13.25 7.48 7.95 -
YUV 71.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 143 33 78 0 0.77 0.45 0.44 335.45 0.63 0.35
Hex 8F 21 4E 0 4D 2D 2C 14F 3E 23
Octal 217 41 116 0 115 55 54 517 76 43
Binary 10001111 100001 1001110 0 1001101 101101 101100 101001111 111110 100011

Color Harmonies of #8F214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F214E

Black with #8F214E

Text Example


Text Example

White with #8F214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,33,78); }

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

background-color css

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

 a { background-color: rgb(143,33,78); }

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

border-color css

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

 span { border-color: rgb(143,33,78); }

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