Html Css Color HEX #DC92FC Mauve

📋 copy color: '#DC92FC'

red 220 ◦ green 146 ◦ blue 252

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

Shades of Mauve #DC92FC

Tints of Mauve #DC92FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.78%

R = 35.6%
G = 23.62%
B = 40.78%

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

#DC92FC (or 0xDC92FC) is known color: Mauve. HEX triplet: DC, 92 and FC. RGB value is (220,146,252). Sum of RGB (Red+Green+Blue) = 220+146+252=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC92FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92FC is #236D03. Grayscale: #B3B3B3. Windows color (decimal): -2321668 or 16552668. OLE color: 16552668.

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

Color convert

RGB 220 146 252 -
CMYK 0.13 0.42 0 0.01
HSL 281.89º 0.95% 0.78% -
HSV(B) 281.89º 0.42% 0.99% -
XYZ 57.36 42.8 97.33 -
YUV 180.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 220 146 252 0.13 0.42 0 0.01 281.89 0.95 0.78
Hex DC 92 FC D 2A 0 1 11A 5F 4E
Octal 334 222 374 15 52 0 1 432 137 116
Binary 11011100 10010010 11111100 1101 101010 0 1 100011010 1011111 1001110

Color Harmonies of #DC92FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92FC

Black with #DC92FC

Text Example


Text Example

White with #DC92FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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