Html Css Color HEX #DF9DFD Mauve

📋 copy color: '#DF9DFD'

red 223 ◦ green 157 ◦ blue 253

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

Shades of Mauve #DF9DFD

Tints of Mauve #DF9DFD

RGB

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

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

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

R = 35.23%
G = 24.8%
B = 39.97%

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

#DF9DFD (or 0xDF9DFD) is known color: Mauve. HEX triplet: DF, 9D and FD. RGB value is (223,157,253). Sum of RGB (Red+Green+Blue) = 223+157+253=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFD is #206202. Grayscale: #BBBBBB. Windows color (decimal): -2122243 or 16621023. OLE color: 16621023.

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

Color convert

RGB 223 157 253 -
CMYK 0.12 0.38 0 0.01
HSL 281.25º 0.96% 0.8% -
HSV(B) 281.25º 0.38% 0.99% -
XYZ 60.22 46.89 98.81 -
YUV 187.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 223 157 253 0.12 0.38 0 0.01 281.25 0.96 0.8
Hex DF 9D FD C 26 0 1 119 60 50
Octal 337 235 375 14 46 0 1 431 140 120
Binary 11011111 10011101 11111101 1100 100110 0 1 100011001 1100000 1010000

Color Harmonies of #DF9DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DFD

Black with #DF9DFD

Text Example


Text Example

White with #DF9DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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