Html Css Color HEX #DC92FB Mauve

📋 copy color: '#DC92FB'

red 220 ◦ green 146 ◦ blue 251

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

Shades of Mauve #DC92FB

Tints of Mauve #DC92FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 35.66%
G = 23.66%
B = 40.68%

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

#DC92FB (or 0xDC92FB) is known color: Mauve. HEX triplet: DC, 92 and FB. RGB value is (220,146,251). Sum of RGB (Red+Green+Blue) = 220+146+251=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 146 (57.42% from 255 or 23.66% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC92FB is #236D04. Grayscale: #B3B3B3. Windows color (decimal): -2321669 or 16487132. OLE color: 16487132.

HSL color Cylindrical-coordinate representation of color #DC92FB: hue angle of 282.29º degrees, saturation: 0.93, 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 #DC92FB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 146 251 -
CMYK 0.12 0.42 0 0.02
HSL 282.29º 0.93% 0.78% -
HSV(B) 282.29º 0.42% 0.98% -
XYZ 57.21 42.74 96.5 -
YUV 180.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 220 146 251 0.12 0.42 0 0.02 282.29 0.93 0.78
Hex DC 92 FB C 2A 0 2 11A 5D 4E
Octal 334 222 373 14 52 0 2 432 135 116
Binary 11011100 10010010 11111011 1100 101010 0 10 100011010 1011101 1001110

Color Harmonies of #DC92FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92FB

Black with #DC92FB

Text Example


Text Example

White with #DC92FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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