Html Css Color HEX #DF9BFF Mauve

📋 copy color: '#DF9BFF'

red 223 ◦ green 155 ◦ blue 255

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

Shades of Mauve #DF9BFF

Tints of Mauve #DF9BFF

RGB

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

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

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

R = 35.23%
G = 24.49%
B = 40.28%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DF9BFF (or 0xDF9BFF) is known color: Mauve. HEX triplet: DF, 9B and FF. RGB value is (223,155,255). Sum of RGB (Red+Green+Blue) = 223+155+255=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BFF is #206400. Grayscale: #BABABA. Windows color (decimal): -2122753 or 16751583. OLE color: 16751583.

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

Color convert

RGB 223 155 255 -
CMYK 0.13 0.39 0 0
HSL 280.8º 1% 0.8% -
HSV(B) 280.8º 0.39% 1% -
XYZ 60.2 46.35 100.38 -
YUV 186.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 223 155 255 0.13 0.39 0 0 280.8 1 0.8
Hex DF 9B FF D 27 0 0 119 64 50
Octal 337 233 377 15 47 0 0 431 144 120
Binary 11011111 10011011 11111111 1101 100111 0 0 100011001 1100100 1010000

Color Harmonies of #DF9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BFF

Black with #DF9BFF

Text Example


Text Example

White with #DF9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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