Html Css Color HEX #DEA5FD Mauve

📋 copy color: '#DEA5FD'

red 222 ◦ green 165 ◦ blue 253

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

Shades of Mauve #DEA5FD

Tints of Mauve #DEA5FD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 25.78%

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

R = 34.69%
G = 25.78%
B = 39.53%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEA5FD (or 0xDEA5FD) is known color: Mauve. HEX triplet: DE, A5 and FD. RGB value is (222,165,253). Sum of RGB (Red+Green+Blue) = 222+165+253=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA5FD is #215A02. Grayscale: #BFBFBF. Windows color (decimal): -2185731 or 16623070. OLE color: 16623070.

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

Color convert

RGB 222 165 253 -
CMYK 0.12 0.35 0 0.01
HSL 278.86º 0.96% 0.82% -
HSV(B) 278.86º 0.35% 0.99% -
XYZ 61.31 49.53 99.26 -
YUV 192.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 222 165 253 0.12 0.35 0 0.01 278.86 0.96 0.82
Hex DE A5 FD C 23 0 1 117 60 52
Octal 336 245 375 14 43 0 1 427 140 122
Binary 11011110 10100101 11111101 1100 100011 0 1 100010111 1100000 1010010

Color Harmonies of #DEA5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5FD

Black with #DEA5FD

Text Example


Text Example

White with #DEA5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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