Html Css Color HEX #DC9FF8 Mauve

📋 copy color: '#DC9FF8'

red 220 ◦ green 159 ◦ blue 248

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

Shades of Mauve #DC9FF8

Tints of Mauve #DC9FF8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.36%

 BLUE value IS 248 (97.27% from 255) = 39.55%

R = 35.09%
G = 25.36%
B = 39.55%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC9FF8 (or 0xDC9FF8) is known color: Mauve. HEX triplet: DC, 9F and F8. RGB value is (220,159,248). Sum of RGB (Red+Green+Blue) = 220+159+248=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC9FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FF8 is #236007. Grayscale: #BBBBBB. Windows color (decimal): -2318344 or 16293852. OLE color: 16293852.

HSL color Cylindrical-coordinate representation of color #DC9FF8: hue angle of 281.12º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9FF8 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 159 248 -
CMYK 0.11 0.36 0 0.03
HSL 281.12º 0.86% 0.8% -
HSV(B) 281.12º 0.36% 0.97% -
XYZ 58.86 46.79 94.74 -
YUV 187.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 220 159 248 0.11 0.36 0 0.03 281.12 0.86 0.8
Hex DC 9F F8 B 24 0 3 119 56 50
Octal 334 237 370 13 44 0 3 431 126 120
Binary 11011100 10011111 11111000 1011 100100 0 11 100011001 1010110 1010000

Color Harmonies of #DC9FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FF8

Black with #DC9FF8

Text Example


Text Example

White with #DC9FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FF8; }

 p { color: rgb(220,159,248); }

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

background-color css

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

 a { background-color: rgb(220,159,248); }

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

border-color css

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

 span { border-color: rgb(220,159,248); }

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