Html Css Color HEX #DD9AFF Mauve

📋 copy color: '#DD9AFF'

red 221 ◦ green 154 ◦ blue 255

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

Shades of Mauve #DD9AFF

Tints of Mauve #DD9AFF

RGB

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

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

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

R = 35.08%
G = 24.44%
B = 40.48%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD9AFF (or 0xDD9AFF) is known color: Mauve. HEX triplet: DD, 9A and FF. RGB value is (221,154,255). Sum of RGB (Red+Green+Blue) = 221+154+255=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9AFF is #226500. Grayscale: #B9B9B9. Windows color (decimal): -2254081 or 16751325. OLE color: 16751325.

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

Color convert

RGB 221 154 255 -
CMYK 0.13 0.40 0 0
HSL 279.8º 1% 0.8% -
HSV(B) 279.8º 0.4% 1% -
XYZ 59.42 45.7 100.3 -
YUV 185.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 221 154 255 0.13 0.40 0 0 279.8 1 0.8
Hex DD 9A FF D 28 0 0 118 64 50
Octal 335 232 377 15 50 0 0 430 144 120
Binary 11011101 10011010 11111111 1101 101000 0 0 100011000 1100100 1010000

Color Harmonies of #DD9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9AFF

Black with #DD9AFF

Text Example


Text Example

White with #DD9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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