Html Css Color HEX #DF97FA Mauve

📋 copy color: '#DF97FA'

red 223 ◦ green 151 ◦ blue 250

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

Shades of Mauve #DF97FA

Tints of Mauve #DF97FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.2%

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

R = 35.74%
G = 24.2%
B = 40.06%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF97FA (or 0xDF97FA) is known color: Mauve. HEX triplet: DF, 97 and FA. RGB value is (223,151,250). Sum of RGB (Red+Green+Blue) = 223+151+250=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97FA is #206805. Grayscale: #B7B7B7. Windows color (decimal): -2123782 or 16422879. OLE color: 16422879.

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

Color convert

RGB 223 151 250 -
CMYK 0.11 0.40 0 0.02
HSL 283.64º 0.91% 0.79% -
HSV(B) 283.64º 0.4% 0.98% -
XYZ 58.75 44.72 95.98 -
YUV 183.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 223 151 250 0.11 0.40 0 0.02 283.64 0.91 0.79
Hex DF 97 FA B 28 0 2 11C 5B 4F
Octal 337 227 372 13 50 0 2 434 133 117
Binary 11011111 10010111 11111010 1011 101000 0 10 100011100 1011011 1001111

Color Harmonies of #DF97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97FA

Black with #DF97FA

Text Example


Text Example

White with #DF97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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