Html Css Color HEX #DC92FF Mauve

📋 copy color: '#DC92FF'

red 220 ◦ green 146 ◦ blue 255

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

Shades of Mauve #DC92FF

Tints of Mauve #DC92FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.06%

R = 35.43%
G = 23.51%
B = 41.06%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC92FF (or 0xDC92FF) is known color: Mauve. HEX triplet: DC, 92 and FF. RGB value is (220,146,255). Sum of RGB (Red+Green+Blue) = 220+146+255=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92FF is #236D00. Grayscale: #B4B4B4. Windows color (decimal): -2321665 or 16749276. OLE color: 16749276.

HSL color Cylindrical-coordinate representation of color #DC92FF: hue angle of 280.73º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC92FF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 146 255 -
CMYK 0.14 0.43 0 0
HSL 280.73º 1% 0.79% -
HSV(B) 280.73º 0.43% 1% -
XYZ 57.84 42.99 99.86 -
YUV 180.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 220 146 255 0.14 0.43 0 0 280.73 1 0.79
Hex DC 92 FF E 2B 0 0 119 64 4F
Octal 334 222 377 16 53 0 0 431 144 117
Binary 11011100 10010010 11111111 1110 101011 0 0 100011001 1100100 1001111

Color Harmonies of #DC92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92FF

Black with #DC92FF

Text Example


Text Example

White with #DC92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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