Html Css Color HEX #DC96FF Mauve

📋 copy color: '#DC96FF'

red 220 ◦ green 150 ◦ blue 255

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

Shades of Mauve #DC96FF

Tints of Mauve #DC96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 35.2%
G = 24%
B = 40.8%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC96FF (or 0xDC96FF) is known color: Mauve. HEX triplet: DC, 96 and FF. RGB value is (220,150,255). Sum of RGB (Red+Green+Blue) = 220+150+255=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96FF is #236900. Grayscale: #B6B6B6. Windows color (decimal): -2320641 or 16750300. OLE color: 16750300.

HSL color Cylindrical-coordinate representation of color #DC96FF: hue angle of 280º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC96FF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 150 255 -
CMYK 0.14 0.41 0 0
HSL 280º 1% 0.79% -
HSV(B) 280º 0.41% 1% -
XYZ 58.47 44.25 100.07 -
YUV 182.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 220 150 255 0.14 0.41 0 0 280 1 0.79
Hex DC 96 FF E 29 0 0 118 64 4F
Octal 334 226 377 16 51 0 0 430 144 117
Binary 11011100 10010110 11111111 1110 101001 0 0 100011000 1100100 1001111

Color Harmonies of #DC96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96FF

Black with #DC96FF

Text Example


Text Example

White with #DC96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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