Html Css Color HEX #DC95FF Mauve

📋 copy color: '#DC95FF'

red 220 ◦ green 149 ◦ blue 255

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

Shades of Mauve #DC95FF

Tints of Mauve #DC95FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.88%

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

R = 35.26%
G = 23.88%
B = 40.87%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC95FF (or 0xDC95FF) is known color: Mauve. HEX triplet: DC, 95 and FF. RGB value is (220,149,255). Sum of RGB (Red+Green+Blue) = 220+149+255=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC95FF is #236A00. Grayscale: #B5B5B5. Windows color (decimal): -2320897 or 16750044. OLE color: 16750044.

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

Color convert

RGB 220 149 255 -
CMYK 0.14 0.42 0 0
HSL 280.19º 1% 0.79% -
HSV(B) 280.19º 0.42% 1% -
XYZ 58.31 43.93 100.01 -
YUV 182.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 220 149 255 0.14 0.42 0 0 280.19 1 0.79
Hex DC 95 FF E 2A 0 0 118 64 4F
Octal 334 225 377 16 52 0 0 430 144 117
Binary 11011100 10010101 11111111 1110 101010 0 0 100011000 1100100 1001111

Color Harmonies of #DC95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95FF

Black with #DC95FF

Text Example


Text Example

White with #DC95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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