Html Css Color HEX #DC9CF3 Mauve

📋 copy color: '#DC9CF3'

red 220 ◦ green 156 ◦ blue 243

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

Shades of Mauve #DC9CF3

Tints of Mauve #DC9CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.26%

R = 35.54%
G = 25.2%
B = 39.26%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC9CF3 (or 0xDC9CF3) is known color: Mauve. HEX triplet: DC, 9C and F3. RGB value is (220,156,243). Sum of RGB (Red+Green+Blue) = 220+156+243=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC9CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CF3 is #23630C. Grayscale: #B8B8B8. Windows color (decimal): -2319117 or 15965404. OLE color: 15965404.

HSL color Cylindrical-coordinate representation of color #DC9CF3: hue angle of 284.14º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9CF3 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 156 243 -
CMYK 0.09 0.36 0 0.05
HSL 284.14º 0.78% 0.78% -
HSV(B) 284.14º 0.36% 0.95% -
XYZ 57.58 45.46 90.53 -
YUV 185.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 220 156 243 0.09 0.36 0 0.05 284.14 0.78 0.78
Hex DC 9C F3 9 24 0 5 11C 4E 4E
Octal 334 234 363 11 44 0 5 434 116 116
Binary 11011100 10011100 11110011 1001 100100 0 101 100011100 1001110 1001110

Color Harmonies of #DC9CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CF3

Black with #DC9CF3

Text Example


Text Example

White with #DC9CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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