Html Css Color HEX #DF98FA Mauve

📋 copy color: '#DF98FA'

red 223 ◦ green 152 ◦ blue 250

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

Shades of Mauve #DF98FA

Tints of Mauve #DF98FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 35.68%
G = 24.32%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF98FA (or 0xDF98FA) is known color: Mauve. HEX triplet: DF, 98 and FA. RGB value is (223,152,250). Sum of RGB (Red+Green+Blue) = 223+152+250=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FA is #206705. Grayscale: #B8B8B8. Windows color (decimal): -2123526 or 16423135. OLE color: 16423135.

HSL color Cylindrical-coordinate representation of color #DF98FA: hue angle of 283.47º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF98FA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 152 250 -
CMYK 0.11 0.39 0 0.02
HSL 283.47º 0.91% 0.79% -
HSV(B) 283.47º 0.39% 0.98% -
XYZ 58.91 45.05 96.03 -
YUV 184.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 223 152 250 0.11 0.39 0 0.02 283.47 0.91 0.79
Hex DF 98 FA B 27 0 2 11B 5B 4F
Octal 337 230 372 13 47 0 2 433 133 117
Binary 11011111 10011000 11111010 1011 100111 0 10 100011011 1011011 1001111

Color Harmonies of #DF98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98FA

Black with #DF98FA

Text Example


Text Example

White with #DF98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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