Html Css Color HEX #DF94FD Mauve

📋 copy color: '#DF94FD'

red 223 ◦ green 148 ◦ blue 253

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

Shades of Mauve #DF94FD

Tints of Mauve #DF94FD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.72%

 BLUE value IS 253 (99.22% from 255) = 40.54%

R = 35.74%
G = 23.72%
B = 40.54%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF94FD (or 0xDF94FD) is known color: Mauve. HEX triplet: DF, 94 and FD. RGB value is (223,148,253). Sum of RGB (Red+Green+Blue) = 223+148+253=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FD is #206B02. Grayscale: #B6B6B6. Windows color (decimal): -2124547 or 16618719. OLE color: 16618719.

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

Color convert

RGB 223 148 253 -
CMYK 0.12 0.42 0 0.01
HSL 282.86º 0.96% 0.79% -
HSV(B) 282.86º 0.42% 0.99% -
XYZ 58.75 43.96 98.32 -
YUV 182.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 223 148 253 0.12 0.42 0 0.01 282.86 0.96 0.79
Hex DF 94 FD C 2A 0 1 11B 60 4F
Octal 337 224 375 14 52 0 1 433 140 117
Binary 11011111 10010100 11111101 1100 101010 0 1 100011011 1100000 1001111

Color Harmonies of #DF94FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94FD

Black with #DF94FD

Text Example


Text Example

White with #DF94FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94FD; }

 p { color: rgb(223,148,253); }

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

background-color css

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

 a { background-color: rgb(223,148,253); }

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

border-color css

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

 span { border-color: rgb(223,148,253); }

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