Html Css Color HEX #DF9BFE Mauve

📋 copy color: '#DF9BFE'

red 223 ◦ green 155 ◦ blue 254

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

Shades of Mauve #DF9BFE

Tints of Mauve #DF9BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.53%

 BLUE value IS 254 (99.61% from 255) = 40.19%

R = 35.28%
G = 24.53%
B = 40.19%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DF9BFE (or 0xDF9BFE) is known color: Mauve. HEX triplet: DF, 9B and FE. RGB value is (223,155,254). Sum of RGB (Red+Green+Blue) = 223+155+254=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BFE is #206401. Grayscale: #BABABA. Windows color (decimal): -2122754 or 16686047. OLE color: 16686047.

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

Color convert

RGB 223 155 254 -
CMYK 0.12 0.39 0 0.00
HSL 281.21º 0.98% 0.8% -
HSV(B) 281.21º 0.39% 1% -
XYZ 60.04 46.29 99.54 -
YUV 186.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 223 155 254 0.12 0.39 0 0.00 281.21 0.98 0.8
Hex DF 9B FE C 27 0 0 119 62 50
Octal 337 233 376 14 47 0 0 431 142 120
Binary 11011111 10011011 11111110 1100 100111 0 0 100011001 1100010 1010000

Color Harmonies of #DF9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BFE

Black with #DF9BFE

Text Example


Text Example

White with #DF9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BFE; }

 p { color: rgb(223,155,254); }

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

background-color css

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

 a { background-color: rgb(223,155,254); }

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

border-color css

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

 span { border-color: rgb(223,155,254); }

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