Html Css Color HEX #DF9DFF Mauve

📋 copy color: '#DF9DFF'

red 223 ◦ green 157 ◦ blue 255

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

Shades of Mauve #DF9DFF

Tints of Mauve #DF9DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.72%

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

R = 35.12%
G = 24.72%
B = 40.16%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF9DFF (or 0xDF9DFF) is known color: Mauve. HEX triplet: DF, 9D and FF. RGB value is (223,157,255). Sum of RGB (Red+Green+Blue) = 223+157+255=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFF is #206200. Grayscale: #BBBBBB. Windows color (decimal): -2122241 or 16752095. OLE color: 16752095.

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

Color convert

RGB 223 157 255 -
CMYK 0.13 0.38 0 0
HSL 280.41º 1% 0.81% -
HSV(B) 280.41º 0.38% 1% -
XYZ 60.54 47.02 100.49 -
YUV 187.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 223 157 255 0.13 0.38 0 0 280.41 1 0.81
Hex DF 9D FF D 26 0 0 118 64 51
Octal 337 235 377 15 46 0 0 430 144 121
Binary 11011111 10011101 11111111 1101 100110 0 0 100011000 1100100 1010001

Color Harmonies of #DF9DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DFF

Black with #DF9DFF

Text Example


Text Example

White with #DF9DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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