Html Css Color HEX #DE98FF Mauve

📋 copy color: '#DE98FF'

red 222 ◦ green 152 ◦ blue 255

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

Shades of Mauve #DE98FF

Tints of Mauve #DE98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 35.29%
G = 24.17%
B = 40.54%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE98FF (or 0xDE98FF) is known color: Mauve. HEX triplet: DE, 98 and FF. RGB value is (222,152,255). Sum of RGB (Red+Green+Blue) = 222+152+255=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98FF is #216700. Grayscale: #B8B8B8. Windows color (decimal): -2189057 or 16750814. OLE color: 16750814.

HSL color Cylindrical-coordinate representation of color #DE98FF: hue angle of 280.78º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE98FF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 152 255 -
CMYK 0.13 0.40 0 0
HSL 280.78º 1% 0.8% -
HSV(B) 280.78º 0.4% 1% -
XYZ 59.4 45.21 100.2 -
YUV 184.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 222 152 255 0.13 0.40 0 0 280.78 1 0.8
Hex DE 98 FF D 28 0 0 119 64 50
Octal 336 230 377 15 50 0 0 431 144 120
Binary 11011110 10011000 11111111 1101 101000 0 0 100011001 1100100 1010000

Color Harmonies of #DE98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98FF

Black with #DE98FF

Text Example


Text Example

White with #DE98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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