Html Css Color HEX #DD93FC Mauve

📋 copy color: '#DD93FC'

red 221 ◦ green 147 ◦ blue 252

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

Shades of Mauve #DD93FC

Tints of Mauve #DD93FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.65%

R = 35.65%
G = 23.71%
B = 40.65%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD93FC (or 0xDD93FC) is known color: Mauve. HEX triplet: DD, 93 and FC. RGB value is (221,147,252). Sum of RGB (Red+Green+Blue) = 221+147+252=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD93FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93FC is #226C03. Grayscale: #B4B4B4. Windows color (decimal): -2255876 or 16552925. OLE color: 16552925.

HSL color Cylindrical-coordinate representation of color #DD93FC: hue angle of 282.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD93FC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 147 252 -
CMYK 0.12 0.42 0 0.01
HSL 282.29º 0.95% 0.78% -
HSV(B) 282.29º 0.42% 0.99% -
XYZ 57.82 43.27 97.4 -
YUV 181.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 221 147 252 0.12 0.42 0 0.01 282.29 0.95 0.78
Hex DD 93 FC C 2A 0 1 11A 5F 4E
Octal 335 223 374 14 52 0 1 432 137 116
Binary 11011101 10010011 11111100 1100 101010 0 1 100011010 1011111 1001110

Color Harmonies of #DD93FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93FC

Black with #DD93FC

Text Example


Text Example

White with #DD93FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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