Html Css Color HEX #DC99FC Mauve

📋 copy color: '#DC99FC'

red 220 ◦ green 153 ◦ blue 252

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

Shades of Mauve #DC99FC

Tints of Mauve #DC99FC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.48%

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

R = 35.2%
G = 24.48%
B = 40.32%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC99FC (or 0xDC99FC) is known color: Mauve. HEX triplet: DC, 99 and FC. RGB value is (220,153,252). Sum of RGB (Red+Green+Blue) = 220+153+252=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 153 (60.16% from 255 or 24.48% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99FC is #236603. Grayscale: #B7B7B7. Windows color (decimal): -2319876 or 16554460. OLE color: 16554460.

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

Color convert

RGB 220 153 252 -
CMYK 0.13 0.39 0 0.01
HSL 280.61º 0.94% 0.79% -
HSV(B) 280.61º 0.39% 0.99% -
XYZ 58.48 45.03 97.7 -
YUV 184.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 220 153 252 0.13 0.39 0 0.01 280.61 0.94 0.79
Hex DC 99 FC D 27 0 1 119 5E 4F
Octal 334 231 374 15 47 0 1 431 136 117
Binary 11011100 10011001 11111100 1101 100111 0 1 100011001 1011110 1001111

Color Harmonies of #DC99FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99FC

Black with #DC99FC

Text Example


Text Example

White with #DC99FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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