Html Css Color HEX #DC9EF4 Mauve

📋 copy color: '#DC9EF4'

red 220 ◦ green 158 ◦ blue 244

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

Shades of Mauve #DC9EF4

Tints of Mauve #DC9EF4

RGB

 RED value IS 220 (86.33% from 255) = 35.37%

 GREEN value IS 158 (62.11% from 255) = 25.4%

 BLUE value IS 244 (95.7% from 255) = 39.23%

R = 35.37%
G = 25.4%
B = 39.23%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC9EF4 (or 0xDC9EF4) is known color: Mauve. HEX triplet: DC, 9E and F4. RGB value is (220,158,244). Sum of RGB (Red+Green+Blue) = 220+158+244=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC9EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EF4 is #23610B. Grayscale: #BABABA. Windows color (decimal): -2318604 or 16031452. OLE color: 16031452.

HSL color Cylindrical-coordinate representation of color #DC9EF4: hue angle of 283.26º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9EF4 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 158 244 -
CMYK 0.10 0.35 0 0.04
HSL 283.26º 0.8% 0.79% -
HSV(B) 283.26º 0.35% 0.96% -
XYZ 58.07 46.2 91.44 -
YUV 186.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 220 158 244 0.10 0.35 0 0.04 283.26 0.8 0.79
Hex DC 9E F4 A 23 0 4 11B 50 4F
Octal 334 236 364 12 43 0 4 433 120 117
Binary 11011100 10011110 11110100 1010 100011 0 100 100011011 1010000 1001111

Color Harmonies of #DC9EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EF4

Black with #DC9EF4

Text Example


Text Example

White with #DC9EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EF4; }

 p { color: rgb(220,158,244); }

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

background-color css

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

 a { background-color: rgb(220,158,244); }

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

border-color css

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

 span { border-color: rgb(220,158,244); }

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