Html Css Color HEX #984588 Trendy Pink

📋 copy color: '#984588'

red 152 ◦ green 69 ◦ blue 136

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

Shades of Trendy Pink #984588

Tints of Trendy Pink #984588

RGB

 RED value IS 152 (59.77% from 255) = 42.58%

 GREEN value IS 69 (27.34% from 255) = 19.33%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 42.58%
G = 19.33%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#984588 (or 0x984588) is known color: Trendy Pink. HEX triplet: 98, 45 and 88. RGB value is (152,69,136). Sum of RGB (Red+Green+Blue) = 152+69+136=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #984588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984588 is #67BA77. Grayscale: #656565. Windows color (decimal): -6797944 or 8930712. OLE color: 8930712.

HSL color Cylindrical-coordinate representation of color #984588: hue angle of 311.57º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984588 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 69 136 -
CMYK 0 0.55 0.11 0.40
HSL 311.57º 0.38% 0.43% -
HSV(B) 311.57º 0.55% 0.6% -
XYZ 19.52 12.71 24.72 -
YUV 101.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 152 69 136 0 0.55 0.11 0.40 311.57 0.38 0.43
Hex 98 45 88 0 37 B 28 138 26 2B
Octal 230 105 210 0 67 13 50 470 46 53
Binary 10011000 1000101 10001000 0 110111 1011 101000 100111000 100110 101011

Color Harmonies of #984588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984588

Black with #984588

Text Example


Text Example

White with #984588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984588; }

 p { color: rgb(152,69,136); }

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

background-color css

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

 a { background-color: rgb(152,69,136); }

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

border-color css

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

 span { border-color: rgb(152,69,136); }

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