Html Css Color HEX #DD9FF2 Mauve

📋 copy color: '#DD9FF2'

red 221 ◦ green 159 ◦ blue 242

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

Shades of Mauve #DD9FF2

Tints of Mauve #DD9FF2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.56%

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 35.53%
G = 25.56%
B = 38.91%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD9FF2 (or 0xDD9FF2) is known color: Mauve. HEX triplet: DD, 9F and F2. RGB value is (221,159,242). Sum of RGB (Red+Green+Blue) = 221+159+242=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 159 (62.5% from 255 or 25.56% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FF2 is #22600D. Grayscale: #BABABA. Windows color (decimal): -2252814 or 15900637. OLE color: 15900637.

HSL color Cylindrical-coordinate representation of color #DD9FF2: hue angle of 284.82º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9FF2 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 159 242 -
CMYK 0.09 0.34 0 0.05
HSL 284.82º 0.76% 0.79% -
HSV(B) 284.82º 0.34% 0.95% -
XYZ 58.24 46.58 89.93 -
YUV 187 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 221 159 242 0.09 0.34 0 0.05 284.82 0.76 0.79
Hex DD 9F F2 9 22 0 5 11D 4C 4F
Octal 335 237 362 11 42 0 5 435 114 117
Binary 11011101 10011111 11110010 1001 100010 0 101 100011101 1001100 1001111

Color Harmonies of #DD9FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FF2

Black with #DD9FF2

Text Example


Text Example

White with #DD9FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FF2; }

 p { color: rgb(221,159,242); }

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

background-color css

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

 a { background-color: rgb(221,159,242); }

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

border-color css

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

 span { border-color: rgb(221,159,242); }

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