Html Css Color HEX #DE98F8 Mauve

📋 copy color: '#DE98F8'

red 222 ◦ green 152 ◦ blue 248

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

Shades of Mauve #DE98F8

Tints of Mauve #DE98F8

RGB

 RED value IS 222 (87.11% from 255) = 35.69%

 GREEN value IS 152 (59.77% from 255) = 24.44%

 BLUE value IS 248 (97.27% from 255) = 39.87%

R = 35.69%
G = 24.44%
B = 39.87%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DE98F8 (or 0xDE98F8) is known color: Mauve. HEX triplet: DE, 98 and F8. RGB value is (222,152,248). Sum of RGB (Red+Green+Blue) = 222+152+248=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #DE98F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98F8 is #216707. Grayscale: #B7B7B7. Windows color (decimal): -2189064 or 16292062. OLE color: 16292062.

HSL color Cylindrical-coordinate representation of color #DE98F8: hue angle of 283.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE98F8 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 152 248 -
CMYK 0.10 0.39 0 0.03
HSL 283.75º 0.87% 0.78% -
HSV(B) 283.75º 0.39% 0.97% -
XYZ 58.3 44.76 94.37 -
YUV 183.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 222 152 248 0.10 0.39 0 0.03 283.75 0.87 0.78
Hex DE 98 F8 A 27 0 3 11C 57 4E
Octal 336 230 370 12 47 0 3 434 127 116
Binary 11011110 10011000 11111000 1010 100111 0 11 100011100 1010111 1001110

Color Harmonies of #DE98F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98F8

Black with #DE98F8

Text Example


Text Example

White with #DE98F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98F8; }

 p { color: rgb(222,152,248); }

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

background-color css

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

 a { background-color: rgb(222,152,248); }

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

border-color css

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

 span { border-color: rgb(222,152,248); }

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