Html Css Color HEX #85447D Trendy Pink

📋 copy color: '#85447D'

red 133 ◦ green 68 ◦ blue 125

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

Shades of Trendy Pink #85447D

Tints of Trendy Pink #85447D

RGB

 RED value IS 133 (52.34% from 255) = 40.8%

 GREEN value IS 68 (26.95% from 255) = 20.86%

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 40.8%
G = 20.86%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85447D (or 0x85447D) is known color: Trendy Pink. HEX triplet: 85, 44 and 7D. RGB value is (133,68,125). Sum of RGB (Red+Green+Blue) = 133+68+125=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85447D is #7ABB82. Grayscale: #5D5D5D. Windows color (decimal): -8043395 or 8209541. OLE color: 8209541.

HSL color Cylindrical-coordinate representation of color #85447D: hue angle of 307.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85447D is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 125 -
CMYK 0 0.49 0.06 0.48
HSL 307.38º 0.32% 0.39% -
HSV(B) 307.38º 0.49% 0.52% -
XYZ 15.44 10.6 20.63 -
YUV 93.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 133 68 125 0 0.49 0.06 0.48 307.38 0.32 0.39
Hex 85 44 7D 0 31 6 30 133 20 27
Octal 205 104 175 0 61 6 60 463 40 47
Binary 10000101 1000100 1111101 0 110001 110 110000 100110011 100000 100111

Color Harmonies of #85447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85447D

Black with #85447D

Text Example


Text Example

White with #85447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85447D; }

 p { color: rgb(133,68,125); }

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

background-color css

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

 a { background-color: rgb(133,68,125); }

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

border-color css

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

 span { border-color: rgb(133,68,125); }

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