Html Css Color HEX #DE92FF Mauve

📋 copy color: '#DE92FF'

red 222 ◦ green 146 ◦ blue 255

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

Shades of Mauve #DE92FF

Tints of Mauve #DE92FF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.43%

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

R = 35.63%
G = 23.43%
B = 40.93%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE92FF (or 0xDE92FF) is known color: Mauve. HEX triplet: DE, 92 and FF. RGB value is (222,146,255). Sum of RGB (Red+Green+Blue) = 222+146+255=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 146 (57.42% from 255 or 23.43% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE92FF is #216D00. Grayscale: #B4B4B4. Windows color (decimal): -2190593 or 16749278. OLE color: 16749278.

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

Color convert

RGB 222 146 255 -
CMYK 0.13 0.43 0 0
HSL 281.83º 1% 0.79% -
HSV(B) 281.83º 0.43% 1% -
XYZ 58.45 43.31 99.89 -
YUV 181.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 222 146 255 0.13 0.43 0 0 281.83 1 0.79
Hex DE 92 FF D 2B 0 0 11A 64 4F
Octal 336 222 377 15 53 0 0 432 144 117
Binary 11011110 10010010 11111111 1101 101011 0 0 100011010 1100100 1001111

Color Harmonies of #DE92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE92FF

Black with #DE92FF

Text Example


Text Example

White with #DE92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE92FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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