Html Css Color HEX #DD9AFE Mauve

📋 copy color: '#DD9AFE'

red 221 ◦ green 154 ◦ blue 254

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

Shades of Mauve #DD9AFE

Tints of Mauve #DD9AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.48%

 BLUE value IS 254 (99.61% from 255) = 40.38%

R = 35.14%
G = 24.48%
B = 40.38%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD9AFE (or 0xDD9AFE) is known color: Mauve. HEX triplet: DD, 9A and FE. RGB value is (221,154,254). Sum of RGB (Red+Green+Blue) = 221+154+254=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 154 (60.55% from 255 or 24.48% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9AFE is #226501. Grayscale: #B9B9B9. Windows color (decimal): -2254082 or 16685789. OLE color: 16685789.

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

Color convert

RGB 221 154 254 -
CMYK 0.13 0.39 0 0.00
HSL 280.2º 0.98% 0.8% -
HSV(B) 280.2º 0.39% 1% -
XYZ 59.26 45.64 99.45 -
YUV 185.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 221 154 254 0.13 0.39 0 0.00 280.2 0.98 0.8
Hex DD 9A FE D 27 0 0 118 62 50
Octal 335 232 376 15 47 0 0 430 142 120
Binary 11011101 10011010 11111110 1101 100111 0 0 100011000 1100010 1010000

Color Harmonies of #DD9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9AFE

Black with #DD9AFE

Text Example


Text Example

White with #DD9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9AFE; }

 p { color: rgb(221,154,254); }

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

background-color css

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

 a { background-color: rgb(221,154,254); }

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

border-color css

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

 span { border-color: rgb(221,154,254); }

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