Html Css Color HEX #DF9CFC Mauve

📋 copy color: '#DF9CFC'

red 223 ◦ green 156 ◦ blue 252

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

Shades of Mauve #DF9CFC

Tints of Mauve #DF9CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.72%

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

R = 35.34%
G = 24.72%
B = 39.94%

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

#DF9CFC (or 0xDF9CFC) is known color: Mauve. HEX triplet: DF, 9C and FC. RGB value is (223,156,252). Sum of RGB (Red+Green+Blue) = 223+156+252=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CFC is #206303. Grayscale: #BABABA. Windows color (decimal): -2122500 or 16555231. OLE color: 16555231.

HSL color Cylindrical-coordinate representation of color #DF9CFC: hue angle of 281.88º 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 #DF9CFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 156 252 -
CMYK 0.12 0.38 0 0.01
HSL 281.88º 0.94% 0.8% -
HSV(B) 281.88º 0.38% 0.99% -
XYZ 59.89 46.49 97.91 -
YUV 186.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 223 156 252 0.12 0.38 0 0.01 281.88 0.94 0.8
Hex DF 9C FC C 26 0 1 11A 5E 50
Octal 337 234 374 14 46 0 1 432 136 120
Binary 11011111 10011100 11111100 1100 100110 0 1 100011010 1011110 1010000

Color Harmonies of #DF9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CFC

Black with #DF9CFC

Text Example


Text Example

White with #DF9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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