Html Css Color HEX #DF96FD Mauve

📋 copy color: '#DF96FD'

red 223 ◦ green 150 ◦ blue 253

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

Shades of Mauve #DF96FD

Tints of Mauve #DF96FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.96%

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

R = 35.62%
G = 23.96%
B = 40.42%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF96FD (or 0xDF96FD) is known color: Mauve. HEX triplet: DF, 96 and FD. RGB value is (223,150,253). Sum of RGB (Red+Green+Blue) = 223+150+253=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF96FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FD is #206902. Grayscale: #B7B7B7. Windows color (decimal): -2124035 or 16619231. OLE color: 16619231.

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

Color convert

RGB 223 150 253 -
CMYK 0.12 0.41 0 0.01
HSL 282.52º 0.96% 0.79% -
HSV(B) 282.52º 0.41% 0.99% -
XYZ 59.07 44.59 98.42 -
YUV 183.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 223 150 253 0.12 0.41 0 0.01 282.52 0.96 0.79
Hex DF 96 FD C 29 0 1 11B 60 4F
Octal 337 226 375 14 51 0 1 433 140 117
Binary 11011111 10010110 11111101 1100 101001 0 1 100011011 1100000 1001111

Color Harmonies of #DF96FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96FD

Black with #DF96FD

Text Example


Text Example

White with #DF96FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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