Html Css Color HEX #DF97FF Mauve

📋 copy color: '#DF97FF'

red 223 ◦ green 151 ◦ blue 255

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

Shades of Mauve #DF97FF

Tints of Mauve #DF97FF

RGB

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

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

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

R = 35.45%
G = 24.01%
B = 40.54%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF97FF (or 0xDF97FF) is known color: Mauve. HEX triplet: DF, 97 and FF. RGB value is (223,151,255). Sum of RGB (Red+Green+Blue) = 223+151+255=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97FF is #206800. Grayscale: #B8B8B8. Windows color (decimal): -2123777 or 16750559. OLE color: 16750559.

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

Color convert

RGB 223 151 255 -
CMYK 0.13 0.41 0 0
HSL 281.54º 1% 0.8% -
HSV(B) 281.54º 0.41% 1% -
XYZ 59.55 45.04 100.16 -
YUV 184.38 167.85 155.54 -
System Red Green Blue C M Y K H S L
Decimal 223 151 255 0.13 0.41 0 0 281.54 1 0.8
Hex DF 97 FF D 29 0 0 11A 64 50
Octal 337 227 377 15 51 0 0 432 144 120
Binary 11011111 10010111 11111111 1101 101001 0 0 100011010 1100100 1010000

Color Harmonies of #DF97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF97FF

Black with #DF97FF

Text Example


Text Example

White with #DF97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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