Html Css Color HEX #DF9DFC Mauve

📋 copy color: '#DF9DFC'

red 223 ◦ green 157 ◦ blue 252

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

Shades of Mauve #DF9DFC

Tints of Mauve #DF9DFC

RGB

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

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

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

R = 35.28%
G = 24.84%
B = 39.87%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF9DFC (or 0xDF9DFC) is known color: Mauve. HEX triplet: DF, 9D and FC. RGB value is (223,157,252). Sum of RGB (Red+Green+Blue) = 223+157+252=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF9DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFC is #206203. Grayscale: #BBBBBB. Windows color (decimal): -2122244 or 16555487. OLE color: 16555487.

HSL color Cylindrical-coordinate representation of color #DF9DFC: hue angle of 281.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9DFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 157 252 -
CMYK 0.12 0.38 0 0.01
HSL 281.68º 0.94% 0.8% -
HSV(B) 281.68º 0.38% 0.99% -
XYZ 60.06 46.83 97.97 -
YUV 187.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 223 157 252 0.12 0.38 0 0.01 281.68 0.94 0.8
Hex DF 9D FC C 26 0 1 11A 5E 50
Octal 337 235 374 14 46 0 1 432 136 120
Binary 11011111 10011101 11111100 1100 100110 0 1 100011010 1011110 1010000

Color Harmonies of #DF9DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DFC

Black with #DF9DFC

Text Example


Text Example

White with #DF9DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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