Html Css Color HEX #DC98FF Mauve

📋 copy color: '#DC98FF'

red 220 ◦ green 152 ◦ blue 255

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

Shades of Mauve #DC98FF

Tints of Mauve #DC98FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.24%

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

R = 35.09%
G = 24.24%
B = 40.67%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC98FF (or 0xDC98FF) is known color: Mauve. HEX triplet: DC, 98 and FF. RGB value is (220,152,255). Sum of RGB (Red+Green+Blue) = 220+152+255=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98FF is #236700. Grayscale: #B7B7B7. Windows color (decimal): -2320129 or 16750812. OLE color: 16750812.

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

Color convert

RGB 220 152 255 -
CMYK 0.14 0.40 0 0
HSL 279.61º 1% 0.8% -
HSV(B) 279.61º 0.4% 1% -
XYZ 58.79 44.89 100.17 -
YUV 184.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 220 152 255 0.14 0.40 0 0 279.61 1 0.8
Hex DC 98 FF E 28 0 0 118 64 50
Octal 334 230 377 16 50 0 0 430 144 120
Binary 11011100 10011000 11111111 1110 101000 0 0 100011000 1100100 1010000

Color Harmonies of #DC98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98FF

Black with #DC98FF

Text Example


Text Example

White with #DC98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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