Html Css Color HEX #DC92FA Mauve

📋 copy color: '#DC92FA'

red 220 ◦ green 146 ◦ blue 250

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

Shades of Mauve #DC92FA

Tints of Mauve #DC92FA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.7%

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

R = 35.71%
G = 23.7%
B = 40.58%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC92FA (or 0xDC92FA) is known color: Mauve. HEX triplet: DC, 92 and FA. RGB value is (220,146,250). Sum of RGB (Red+Green+Blue) = 220+146+250=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92FA is #236D05. Grayscale: #B3B3B3. Windows color (decimal): -2321670 or 16421596. OLE color: 16421596.

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

Color convert

RGB 220 146 250 -
CMYK 0.12 0.42 0 0.02
HSL 282.69º 0.91% 0.78% -
HSV(B) 282.69º 0.42% 0.98% -
XYZ 57.05 42.68 95.67 -
YUV 179.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 220 146 250 0.12 0.42 0 0.02 282.69 0.91 0.78
Hex DC 92 FA C 2A 0 2 11B 5B 4E
Octal 334 222 372 14 52 0 2 433 133 116
Binary 11011100 10010010 11111010 1100 101010 0 10 100011011 1011011 1001110

Color Harmonies of #DC92FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92FA

Black with #DC92FA

Text Example


Text Example

White with #DC92FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92FA; }

 p { color: rgb(220,146,250); }

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

background-color css

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

 a { background-color: rgb(220,146,250); }

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

border-color css

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

 span { border-color: rgb(220,146,250); }

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