Html Css Color HEX #DD93FF Mauve

📋 copy color: '#DD93FF'

red 221 ◦ green 147 ◦ blue 255

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

Shades of Mauve #DD93FF

Tints of Mauve #DD93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.93%

R = 35.47%
G = 23.6%
B = 40.93%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD93FF (or 0xDD93FF) is known color: Mauve. HEX triplet: DD, 93 and FF. RGB value is (221,147,255). Sum of RGB (Red+Green+Blue) = 221+147+255=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 147 (57.81% from 255 or 23.60% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93FF is #226C00. Grayscale: #B5B5B5. Windows color (decimal): -2255873 or 16749533. OLE color: 16749533.

HSL color Cylindrical-coordinate representation of color #DD93FF: hue angle of 281.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD93FF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 147 255 -
CMYK 0.13 0.42 0 0
HSL 281.11º 1% 0.79% -
HSV(B) 281.11º 0.42% 1% -
XYZ 58.3 43.46 99.92 -
YUV 181.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 221 147 255 0.13 0.42 0 0 281.11 1 0.79
Hex DD 93 FF D 2A 0 0 119 64 4F
Octal 335 223 377 15 52 0 0 431 144 117
Binary 11011101 10010011 11111111 1101 101010 0 0 100011001 1100100 1001111

Color Harmonies of #DD93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93FF

Black with #DD93FF

Text Example


Text Example

White with #DD93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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