Html Css Color HEX #DC9CFE Mauve

📋 copy color: '#DC9CFE'

red 220 ◦ green 156 ◦ blue 254

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

Shades of Mauve #DC9CFE

Tints of Mauve #DC9CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.76%

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

R = 34.92%
G = 24.76%
B = 40.32%

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

#DC9CFE (or 0xDC9CFE) is known color: Mauve. HEX triplet: DC, 9C and FE. RGB value is (220,156,254). Sum of RGB (Red+Green+Blue) = 220+156+254=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CFE is #236301. Grayscale: #B9B9B9. Windows color (decimal): -2319106 or 16686300. OLE color: 16686300.

HSL color Cylindrical-coordinate representation of color #DC9CFE: hue angle of 279.18º 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 #DC9CFE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 156 254 -
CMYK 0.13 0.39 0 0.00
HSL 279.18º 0.98% 0.8% -
HSV(B) 279.18º 0.39% 1% -
XYZ 59.29 46.15 99.55 -
YUV 186.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 220 156 254 0.13 0.39 0 0.00 279.18 0.98 0.8
Hex DC 9C FE D 27 0 0 117 62 50
Octal 334 234 376 15 47 0 0 427 142 120
Binary 11011100 10011100 11111110 1101 100111 0 0 100010111 1100010 1010000

Color Harmonies of #DC9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CFE

Black with #DC9CFE

Text Example


Text Example

White with #DC9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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