Html Css Color HEX #DF97FC Mauve

📋 copy color: '#DF97FC'

red 223 ◦ green 151 ◦ blue 252

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

Shades of Mauve #DF97FC

Tints of Mauve #DF97FC

RGB

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

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

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

R = 35.62%
G = 24.12%
B = 40.26%

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

#DF97FC (or 0xDF97FC) is known color: Mauve. HEX triplet: DF, 97 and FC. RGB value is (223,151,252). Sum of RGB (Red+Green+Blue) = 223+151+252=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF97FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97FC is #206803. Grayscale: #B7B7B7. Windows color (decimal): -2123780 or 16553951. OLE color: 16553951.

HSL color Cylindrical-coordinate representation of color #DF97FC: hue angle of 282.77º 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 #DF97FC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 151 252 -
CMYK 0.12 0.40 0 0.01
HSL 282.77º 0.94% 0.79% -
HSV(B) 282.77º 0.4% 0.99% -
XYZ 59.07 44.85 97.64 -
YUV 184.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 223 151 252 0.12 0.40 0 0.01 282.77 0.94 0.79
Hex DF 97 FC C 28 0 1 11B 5E 4F
Octal 337 227 374 14 50 0 1 433 136 117
Binary 11011111 10010111 11111100 1100 101000 0 1 100011011 1011110 1001111

Color Harmonies of #DF97FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97FC

Black with #DF97FC

Text Example


Text Example

White with #DF97FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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