Html Css Color HEX #DC94F9 Mauve

📋 copy color: '#DC94F9'

red 220 ◦ green 148 ◦ blue 249

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

Shades of Mauve #DC94F9

Tints of Mauve #DC94F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.36%

R = 35.66%
G = 23.99%
B = 40.36%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC94F9 (or 0xDC94F9) is known color: Mauve. HEX triplet: DC, 94 and F9. RGB value is (220,148,249). Sum of RGB (Red+Green+Blue) = 220+148+249=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC94F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94F9 is #236B06. Grayscale: #B4B4B4. Windows color (decimal): -2321159 or 16356572. OLE color: 16356572.

HSL color Cylindrical-coordinate representation of color #DC94F9: hue angle of 282.77º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC94F9 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 148 249 -
CMYK 0.12 0.41 0 0.02
HSL 282.77º 0.89% 0.78% -
HSV(B) 282.77º 0.41% 0.98% -
XYZ 57.2 43.24 94.95 -
YUV 181.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 220 148 249 0.12 0.41 0 0.02 282.77 0.89 0.78
Hex DC 94 F9 C 29 0 2 11B 59 4E
Octal 334 224 371 14 51 0 2 433 131 116
Binary 11011100 10010100 11111001 1100 101001 0 10 100011011 1011001 1001110

Color Harmonies of #DC94F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94F9

Black with #DC94F9

Text Example


Text Example

White with #DC94F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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