Html Css Color HEX #DC9EFC Mauve

📋 copy color: '#DC9EFC'

red 220 ◦ green 158 ◦ blue 252

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

Shades of Mauve #DC9EFC

Tints of Mauve #DC9EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40%

R = 34.92%
G = 25.08%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC9EFC (or 0xDC9EFC) is known color: Mauve. HEX triplet: DC, 9E and FC. RGB value is (220,158,252). Sum of RGB (Red+Green+Blue) = 220+158+252=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EFC is #236103. Grayscale: #BABABA. Windows color (decimal): -2318596 or 16555740. OLE color: 16555740.

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

Color convert

RGB 220 158 252 -
CMYK 0.13 0.37 0 0.01
HSL 279.57º 0.94% 0.8% -
HSV(B) 279.57º 0.37% 0.99% -
XYZ 59.31 46.7 97.98 -
YUV 187.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 220 158 252 0.13 0.37 0 0.01 279.57 0.94 0.8
Hex DC 9E FC D 25 0 1 118 5E 50
Octal 334 236 374 15 45 0 1 430 136 120
Binary 11011100 10011110 11111100 1101 100101 0 1 100011000 1011110 1010000

Color Harmonies of #DC9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EFC

Black with #DC9EFC

Text Example


Text Example

White with #DC9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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