Html Css Color HEX #DD9EFA Mauve

📋 copy color: '#DD9EFA'

red 221 ◦ green 158 ◦ blue 250

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

Shades of Mauve #DD9EFA

Tints of Mauve #DD9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.12%

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 35.14%
G = 25.12%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD9EFA (or 0xDD9EFA) is known color: Mauve. HEX triplet: DD, 9E and FA. RGB value is (221,158,250). Sum of RGB (Red+Green+Blue) = 221+158+250=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EFA is #226105. Grayscale: #BBBBBB. Windows color (decimal): -2253062 or 16424669. OLE color: 16424669.

HSL color Cylindrical-coordinate representation of color #DD9EFA: hue angle of 281.09º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9EFA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 158 250 -
CMYK 0.12 0.37 0 0.02
HSL 281.09º 0.9% 0.8% -
HSV(B) 281.09º 0.37% 0.98% -
XYZ 59.3 46.73 96.34 -
YUV 187.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 221 158 250 0.12 0.37 0 0.02 281.09 0.9 0.8
Hex DD 9E FA C 25 0 2 119 5A 50
Octal 335 236 372 14 45 0 2 431 132 120
Binary 11011101 10011110 11111010 1100 100101 0 10 100011001 1011010 1010000

Color Harmonies of #DD9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EFA

Black with #DD9EFA

Text Example


Text Example

White with #DD9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EFA; }

 p { color: rgb(221,158,250); }

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

background-color css

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

 a { background-color: rgb(221,158,250); }

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

border-color css

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

 span { border-color: rgb(221,158,250); }

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