Html Css Color HEX #DC99FD Mauve

📋 copy color: '#DC99FD'

red 220 ◦ green 153 ◦ blue 253

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

Shades of Mauve #DC99FD

Tints of Mauve #DC99FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 35.14%
G = 24.44%
B = 40.42%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC99FD (or 0xDC99FD) is known color: Mauve. HEX triplet: DC, 99 and FD. RGB value is (220,153,253). Sum of RGB (Red+Green+Blue) = 220+153+253=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99FD is #236602. Grayscale: #B8B8B8. Windows color (decimal): -2319875 or 16619996. OLE color: 16619996.

HSL color Cylindrical-coordinate representation of color #DC99FD: hue angle of 280.2º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC99FD is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 153 253 -
CMYK 0.13 0.40 0 0.01
HSL 280.2º 0.96% 0.8% -
HSV(B) 280.2º 0.4% 0.99% -
XYZ 58.64 45.09 98.54 -
YUV 184.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 220 153 253 0.13 0.40 0 0.01 280.2 0.96 0.8
Hex DC 99 FD D 28 0 1 118 60 50
Octal 334 231 375 15 50 0 1 430 140 120
Binary 11011100 10011001 11111101 1101 101000 0 1 100011000 1100000 1010000

Color Harmonies of #DC99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99FD

Black with #DC99FD

Text Example


Text Example

White with #DC99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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