Html Css Color HEX #DC94FD Mauve

📋 copy color: '#DC94FD'

red 220 ◦ green 148 ◦ blue 253

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

Shades of Mauve #DC94FD

Tints of Mauve #DC94FD

RGB

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

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

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

R = 35.43%
G = 23.83%
B = 40.74%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC94FD (or 0xDC94FD) is known color: Mauve. HEX triplet: DC, 94 and FD. RGB value is (220,148,253). Sum of RGB (Red+Green+Blue) = 220+148+253=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94FD is #236B02. Grayscale: #B5B5B5. Windows color (decimal): -2321155 or 16618716. OLE color: 16618716.

HSL color Cylindrical-coordinate representation of color #DC94FD: hue angle of 281.14º 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 #DC94FD is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 148 253 -
CMYK 0.13 0.42 0 0.01
HSL 281.14º 0.96% 0.79% -
HSV(B) 281.14º 0.42% 0.99% -
XYZ 57.83 43.49 98.27 -
YUV 181.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 220 148 253 0.13 0.42 0 0.01 281.14 0.96 0.79
Hex DC 94 FD D 2A 0 1 119 60 4F
Octal 334 224 375 15 52 0 1 431 140 117
Binary 11011100 10010100 11111101 1101 101010 0 1 100011001 1100000 1001111

Color Harmonies of #DC94FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94FD

Black with #DC94FD

Text Example


Text Example

White with #DC94FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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