Html Css Color HEX #DC96F9 Mauve

📋 copy color: '#DC96F9'

red 220 ◦ green 150 ◦ blue 249

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

Shades of Mauve #DC96F9

Tints of Mauve #DC96F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.23%

 BLUE value IS 249 (97.66% from 255) = 40.23%

R = 35.54%
G = 24.23%
B = 40.23%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC96F9 (or 0xDC96F9) is known color: Mauve. HEX triplet: DC, 96 and F9. RGB value is (220,150,249). Sum of RGB (Red+Green+Blue) = 220+150+249=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96F9 is #236906. Grayscale: #B5B5B5. Windows color (decimal): -2320647 or 16357084. OLE color: 16357084.

HSL color Cylindrical-coordinate representation of color #DC96F9: hue angle of 282.42º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC96F9 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 150 249 -
CMYK 0.12 0.40 0 0.02
HSL 282.42º 0.89% 0.78% -
HSV(B) 282.42º 0.4% 0.98% -
XYZ 57.52 43.87 95.06 -
YUV 182.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 220 150 249 0.12 0.40 0 0.02 282.42 0.89 0.78
Hex DC 96 F9 C 28 0 2 11A 59 4E
Octal 334 226 371 14 50 0 2 432 131 116
Binary 11011100 10010110 11111001 1100 101000 0 10 100011010 1011001 1001110

Color Harmonies of #DC96F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96F9

Black with #DC96F9

Text Example


Text Example

White with #DC96F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96F9; }

 p { color: rgb(220,150,249); }

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

background-color css

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

 a { background-color: rgb(220,150,249); }

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

border-color css

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

 span { border-color: rgb(220,150,249); }

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