Html Css Color HEX #DD93F6 Mauve

📋 copy color: '#DD93F6'

red 221 ◦ green 147 ◦ blue 246

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

Shades of Mauve #DD93F6

Tints of Mauve #DD93F6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.94%

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

R = 35.99%
G = 23.94%
B = 40.07%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD93F6 (or 0xDD93F6) is known color: Mauve. HEX triplet: DD, 93 and F6. RGB value is (221,147,246). Sum of RGB (Red+Green+Blue) = 221+147+246=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD93F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93F6 is #226C09. Grayscale: #B4B4B4. Windows color (decimal): -2255882 or 16159709. OLE color: 16159709.

HSL color Cylindrical-coordinate representation of color #DD93F6: hue angle of 284.85º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD93F6 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 147 246 -
CMYK 0.10 0.40 0 0.04
HSL 284.85º 0.85% 0.77% -
HSV(B) 284.85º 0.4% 0.96% -
XYZ 56.89 42.89 92.47 -
YUV 180.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 221 147 246 0.10 0.40 0 0.04 284.85 0.85 0.77
Hex DD 93 F6 A 28 0 4 11D 55 4D
Octal 335 223 366 12 50 0 4 435 125 115
Binary 11011101 10010011 11110110 1010 101000 0 100 100011101 1010101 1001101

Color Harmonies of #DD93F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93F6

Black with #DD93F6

Text Example


Text Example

White with #DD93F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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