Html Css Color HEX #DD94F7 Mauve

📋 copy color: '#DD94F7'

red 221 ◦ green 148 ◦ blue 247

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

Shades of Mauve #DD94F7

Tints of Mauve #DD94F7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.03%

 BLUE value IS 247 (96.88% from 255) = 40.1%

R = 35.88%
G = 24.03%
B = 40.1%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD94F7 (or 0xDD94F7) is known color: Mauve. HEX triplet: DD, 94 and F7. RGB value is (221,148,247). Sum of RGB (Red+Green+Blue) = 221+148+247=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD94F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94F7 is #226B08. Grayscale: #B4B4B4. Windows color (decimal): -2255625 or 16225501. OLE color: 16225501.

HSL color Cylindrical-coordinate representation of color #DD94F7: hue angle of 284.24º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD94F7 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 148 247 -
CMYK 0.11 0.40 0 0.03
HSL 284.24º 0.86% 0.77% -
HSV(B) 284.24º 0.4% 0.97% -
XYZ 57.2 43.27 93.33 -
YUV 181.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 221 148 247 0.11 0.40 0 0.03 284.24 0.86 0.77
Hex DD 94 F7 B 28 0 3 11C 56 4D
Octal 335 224 367 13 50 0 3 434 126 115
Binary 11011101 10010100 11110111 1011 101000 0 11 100011100 1010110 1001101

Color Harmonies of #DD94F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94F7

Black with #DD94F7

Text Example


Text Example

White with #DD94F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94F7; }

 p { color: rgb(221,148,247); }

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

background-color css

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

 a { background-color: rgb(221,148,247); }

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

border-color css

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

 span { border-color: rgb(221,148,247); }

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