Html Css Color HEX #DC9AFC Mauve

📋 copy color: '#DC9AFC'

red 220 ◦ green 154 ◦ blue 252

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

Shades of Mauve #DC9AFC

Tints of Mauve #DC9AFC

RGB

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

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

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

R = 35.14%
G = 24.6%
B = 40.26%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC9AFC (or 0xDC9AFC) is known color: Mauve. HEX triplet: DC, 9A and FC. RGB value is (220,154,252). Sum of RGB (Red+Green+Blue) = 220+154+252=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AFC is #236503. Grayscale: #B8B8B8. Windows color (decimal): -2319620 or 16554716. OLE color: 16554716.

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

Color convert

RGB 220 154 252 -
CMYK 0.13 0.39 0 0.01
HSL 280.41º 0.94% 0.8% -
HSV(B) 280.41º 0.39% 0.99% -
XYZ 58.64 45.36 97.76 -
YUV 184.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 220 154 252 0.13 0.39 0 0.01 280.41 0.94 0.8
Hex DC 9A FC D 27 0 1 118 5E 50
Octal 334 232 374 15 47 0 1 430 136 120
Binary 11011100 10011010 11111100 1101 100111 0 1 100011000 1011110 1010000

Color Harmonies of #DC9AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AFC

Black with #DC9AFC

Text Example


Text Example

White with #DC9AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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