Html Css Color HEX #DD9DF6 Mauve

📋 copy color: '#DD9DF6'

red 221 ◦ green 157 ◦ blue 246

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

Shades of Mauve #DD9DF6

Tints of Mauve #DD9DF6

RGB

 RED value IS 221 (86.72% from 255) = 35.42%

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

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 35.42%
G = 25.16%
B = 39.42%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD9DF6 (or 0xDD9DF6) is known color: Mauve. HEX triplet: DD, 9D and F6. RGB value is (221,157,246). Sum of RGB (Red+Green+Blue) = 221+157+246=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD9DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DF6 is #226209. Grayscale: #B9B9B9. Windows color (decimal): -2253322 or 16162269. OLE color: 16162269.

HSL color Cylindrical-coordinate representation of color #DD9DF6: hue angle of 283.15º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9DF6 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 157 246 -
CMYK 0.10 0.36 0 0.04
HSL 283.15º 0.83% 0.79% -
HSV(B) 283.15º 0.36% 0.96% -
XYZ 58.51 46.14 93.01 -
YUV 186.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 221 157 246 0.10 0.36 0 0.04 283.15 0.83 0.79
Hex DD 9D F6 A 24 0 4 11B 53 4F
Octal 335 235 366 12 44 0 4 433 123 117
Binary 11011101 10011101 11110110 1010 100100 0 100 100011011 1010011 1001111

Color Harmonies of #DD9DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DF6

Black with #DD9DF6

Text Example


Text Example

White with #DD9DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DF6; }

 p { color: rgb(221,157,246); }

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

background-color css

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

 a { background-color: rgb(221,157,246); }

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

border-color css

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

 span { border-color: rgb(221,157,246); }

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