Html Css Color HEX #DE9CFD Mauve

📋 copy color: '#DE9CFD'

red 222 ◦ green 156 ◦ blue 253

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

Shades of Mauve #DE9CFD

Tints of Mauve #DE9CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.72%

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 35.18%
G = 24.72%
B = 40.1%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DE9CFD (or 0xDE9CFD) is known color: Mauve. HEX triplet: DE, 9C and FD. RGB value is (222,156,253). Sum of RGB (Red+Green+Blue) = 222+156+253=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CFD is #216302. Grayscale: #BABABA. Windows color (decimal): -2188035 or 16620766. OLE color: 16620766.

HSL color Cylindrical-coordinate representation of color #DE9CFD: hue angle of 280.82º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9CFD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 156 253 -
CMYK 0.12 0.38 0 0.01
HSL 280.82º 0.96% 0.8% -
HSV(B) 280.82º 0.38% 0.99% -
XYZ 59.74 46.4 98.74 -
YUV 186.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 222 156 253 0.12 0.38 0 0.01 280.82 0.96 0.8
Hex DE 9C FD C 26 0 1 119 60 50
Octal 336 234 375 14 46 0 1 431 140 120
Binary 11011110 10011100 11111101 1100 100110 0 1 100011001 1100000 1010000

Color Harmonies of #DE9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9CFD

Black with #DE9CFD

Text Example


Text Example

White with #DE9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9CFD; }

 p { color: rgb(222,156,253); }

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

background-color css

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

 a { background-color: rgb(222,156,253); }

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

border-color css

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

 span { border-color: rgb(222,156,253); }

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