Html Css Color HEX #DC96FA Mauve

📋 copy color: '#DC96FA'

red 220 ◦ green 150 ◦ blue 250

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

Shades of Mauve #DC96FA

Tints of Mauve #DC96FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 35.48%
G = 24.19%
B = 40.32%

CMYK

 C value IS 0.12

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC96FA (or 0xDC96FA) is known color: Mauve. HEX triplet: DC, 96 and FA. RGB value is (220,150,250). Sum of RGB (Red+Green+Blue) = 220+150+250=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96FA is #236905. Grayscale: #B6B6B6. Windows color (decimal): -2320646 or 16422620. OLE color: 16422620.

HSL color Cylindrical-coordinate representation of color #DC96FA: hue angle of 282º degrees, saturation: 0.91, 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 #DC96FA is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 150 250 -
CMYK 0.12 0.4 0 0.02
HSL 282º 0.91% 0.78% -
HSV(B) 282º 0.4% 0.98% -
XYZ 57.68 43.93 95.88 -
YUV 182.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 220 150 250 0.12 0.4 0 0.02 282 0.91 0.78
Hex DC 96 FA C 28 0 2 11A 5B 4E
Octal 334 226 372 14 50 0 2 432 133 116
Binary 11011100 10010110 11111010 1100 101000 0 10 100011010 1011011 1001110

Color Harmonies of #DC96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96FA

Black with #DC96FA

Text Example


Text Example

White with #DC96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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