Html Css Color HEX #DF98FC Mauve

📋 copy color: '#DF98FC'

red 223 ◦ green 152 ◦ blue 252

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

Shades of Mauve #DF98FC

Tints of Mauve #DF98FC

RGB

 RED value IS 223 (87.5% from 255) = 35.57%

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

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

R = 35.57%
G = 24.24%
B = 40.19%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF98FC (or 0xDF98FC) is known color: Mauve. HEX triplet: DF, 98 and FC. RGB value is (223,152,252). Sum of RGB (Red+Green+Blue) = 223+152+252=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 152 (59.77% from 255 or 24.24% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF98FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FC is #206703. Grayscale: #B8B8B8. Windows color (decimal): -2123524 or 16554207. OLE color: 16554207.

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

Color convert

RGB 223 152 252 -
CMYK 0.12 0.40 0 0.01
HSL 282.6º 0.94% 0.79% -
HSV(B) 282.6º 0.4% 0.99% -
XYZ 59.23 45.17 97.69 -
YUV 184.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 223 152 252 0.12 0.40 0 0.01 282.6 0.94 0.79
Hex DF 98 FC C 28 0 1 11B 5E 4F
Octal 337 230 374 14 50 0 1 433 136 117
Binary 11011111 10011000 11111100 1100 101000 0 1 100011011 1011110 1001111

Color Harmonies of #DF98FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98FC

Black with #DF98FC

Text Example


Text Example

White with #DF98FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98FC; }

 p { color: rgb(223,152,252); }

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

background-color css

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

 a { background-color: rgb(223,152,252); }

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

border-color css

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

 span { border-color: rgb(223,152,252); }

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