Html Css Color HEX #DF9AFD Mauve

📋 copy color: '#DF9AFD'

red 223 ◦ green 154 ◦ blue 253

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

Shades of Mauve #DF9AFD

Tints of Mauve #DF9AFD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.44%

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

R = 35.4%
G = 24.44%
B = 40.16%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF9AFD (or 0xDF9AFD) is known color: Mauve. HEX triplet: DF, 9A and FD. RGB value is (223,154,253). Sum of RGB (Red+Green+Blue) = 223+154+253=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AFD is #206502. Grayscale: #B9B9B9. Windows color (decimal): -2123011 or 16620255. OLE color: 16620255.

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

Color convert

RGB 223 154 253 -
CMYK 0.12 0.39 0 0.01
HSL 281.82º 0.96% 0.8% -
HSV(B) 281.82º 0.39% 0.99% -
XYZ 59.72 45.89 98.64 -
YUV 185.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 223 154 253 0.12 0.39 0 0.01 281.82 0.96 0.8
Hex DF 9A FD C 27 0 1 11A 60 50
Octal 337 232 375 14 47 0 1 432 140 120
Binary 11011111 10011010 11111101 1100 100111 0 1 100011010 1100000 1010000

Color Harmonies of #DF9AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9AFD

Black with #DF9AFD

Text Example


Text Example

White with #DF9AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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