Html Css Color HEX #DC9AFE Mauve

📋 copy color: '#DC9AFE'

red 220 ◦ green 154 ◦ blue 254

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

Shades of Mauve #DC9AFE

Tints of Mauve #DC9AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.52%

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 35.03%
G = 24.52%
B = 40.45%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC9AFE (or 0xDC9AFE) is known color: Mauve. HEX triplet: DC, 9A and FE. RGB value is (220,154,254). Sum of RGB (Red+Green+Blue) = 220+154+254=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AFE is #236501. Grayscale: #B8B8B8. Windows color (decimal): -2319618 or 16685788. OLE color: 16685788.

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

Color convert

RGB 220 154 254 -
CMYK 0.13 0.39 0 0.00
HSL 279.6º 0.98% 0.8% -
HSV(B) 279.6º 0.39% 1% -
XYZ 58.96 45.48 99.44 -
YUV 185.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 220 154 254 0.13 0.39 0 0.00 279.6 0.98 0.8
Hex DC 9A FE D 27 0 0 118 62 50
Octal 334 232 376 15 47 0 0 430 142 120
Binary 11011100 10011010 11111110 1101 100111 0 0 100011000 1100010 1010000

Color Harmonies of #DC9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AFE

Black with #DC9AFE

Text Example


Text Example

White with #DC9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AFE; }

 p { color: rgb(220,154,254); }

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

background-color css

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

 a { background-color: rgb(220,154,254); }

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

border-color css

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

 span { border-color: rgb(220,154,254); }

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