Html Css Color HEX #DF95FA Mauve

📋 copy color: '#DF95FA'

red 223 ◦ green 149 ◦ blue 250

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

Shades of Mauve #DF95FA

Tints of Mauve #DF95FA

RGB

 RED value IS 223 (87.5% from 255) = 35.85%

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

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

R = 35.85%
G = 23.95%
B = 40.19%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF95FA (or 0xDF95FA) is known color: Mauve. HEX triplet: DF, 95 and FA. RGB value is (223,149,250). Sum of RGB (Red+Green+Blue) = 223+149+250=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95FA is #206A05. Grayscale: #B6B6B6. Windows color (decimal): -2124294 or 16422367. OLE color: 16422367.

HSL color Cylindrical-coordinate representation of color #DF95FA: hue angle of 283.96º 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 #DF95FA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 149 250 -
CMYK 0.11 0.40 0 0.02
HSL 283.96º 0.91% 0.78% -
HSV(B) 283.96º 0.4% 0.98% -
XYZ 58.43 44.09 95.87 -
YUV 182.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 223 149 250 0.11 0.40 0 0.02 283.96 0.91 0.78
Hex DF 95 FA B 28 0 2 11C 5B 4E
Octal 337 225 372 13 50 0 2 434 133 116
Binary 11011111 10010101 11111010 1011 101000 0 10 100011100 1011011 1001110

Color Harmonies of #DF95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95FA

Black with #DF95FA

Text Example


Text Example

White with #DF95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95FA; }

 p { color: rgb(223,149,250); }

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

background-color css

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

 a { background-color: rgb(223,149,250); }

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

border-color css

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

 span { border-color: rgb(223,149,250); }

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