Html Css Color HEX #98255D Lipstick

📋 copy color: '#98255D'

red 152 ◦ green 37 ◦ blue 93

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

Shades of Lipstick #98255D

Tints of Lipstick #98255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 53.9%
G = 13.12%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98255D (or 0x98255D) is known color: Lipstick. HEX triplet: 98, 25 and 5D. RGB value is (152,37,93). Sum of RGB (Red+Green+Blue) = 152+37+93=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98255D is #67DAA2. Grayscale: #4D4D4D. Windows color (decimal): -6806179 or 6104472. OLE color: 6104472.

HSL color Cylindrical-coordinate representation of color #98255D: hue angle of 330.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98255D is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 93 -
CMYK 0 0.76 0.39 0.40
HSL 330.78º 0.61% 0.37% -
HSV(B) 330.78º 0.76% 0.6% -
XYZ 15.59 8.79 11.23 -
YUV 77.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 152 37 93 0 0.76 0.39 0.40 330.78 0.61 0.37
Hex 98 25 5D 0 4C 27 28 14B 3D 25
Octal 230 45 135 0 114 47 50 513 75 45
Binary 10011000 100101 1011101 0 1001100 100111 101000 101001011 111101 100101

Color Harmonies of #98255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98255D

Black with #98255D

Text Example


Text Example

White with #98255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,37,93); }

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

background-color css

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

 a { background-color: rgb(152,37,93); }

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

border-color css

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

 span { border-color: rgb(152,37,93); }

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