Html Css Color HEX #DF9CFD Mauve

📋 copy color: '#DF9CFD'

red 223 ◦ green 156 ◦ blue 253

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

Shades of Mauve #DF9CFD

Tints of Mauve #DF9CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 35.28%
G = 24.68%
B = 40.03%

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

#DF9CFD (or 0xDF9CFD) is known color: Mauve. HEX triplet: DF, 9C and FD. RGB value is (223,156,253). Sum of RGB (Red+Green+Blue) = 223+156+253=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CFD is #206302. Grayscale: #BABABA. Windows color (decimal): -2122499 or 16620767. OLE color: 16620767.

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

Color convert

RGB 223 156 253 -
CMYK 0.12 0.38 0 0.01
HSL 281.44º 0.96% 0.8% -
HSV(B) 281.44º 0.38% 0.99% -
XYZ 60.05 46.56 98.75 -
YUV 187.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 223 156 253 0.12 0.38 0 0.01 281.44 0.96 0.8
Hex DF 9C FD C 26 0 1 119 60 50
Octal 337 234 375 14 46 0 1 431 140 120
Binary 11011111 10011100 11111101 1100 100110 0 1 100011001 1100000 1010000

Color Harmonies of #DF9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CFD

Black with #DF9CFD

Text Example


Text Example

White with #DF9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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