Html Css Color HEX #DD9EFF Mauve

📋 copy color: '#DD9EFF'

red 221 ◦ green 158 ◦ blue 255

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

Shades of Mauve #DD9EFF

Tints of Mauve #DD9EFF

RGB

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

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

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

R = 34.86%
G = 24.92%
B = 40.22%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD9EFF (or 0xDD9EFF) is known color: Mauve. HEX triplet: DD, 9E and FF. RGB value is (221,158,255). Sum of RGB (Red+Green+Blue) = 221+158+255=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9EFF is #226100. Grayscale: #BBBBBB. Windows color (decimal): -2253057 or 16752349. OLE color: 16752349.

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

Color convert

RGB 221 158 255 -
CMYK 0.13 0.38 0 0
HSL 278.97º 1% 0.81% -
HSV(B) 278.97º 0.38% 1% -
XYZ 60.1 47.05 100.52 -
YUV 187.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 221 158 255 0.13 0.38 0 0 278.97 1 0.81
Hex DD 9E FF D 26 0 0 117 64 51
Octal 335 236 377 15 46 0 0 427 144 121
Binary 11011101 10011110 11111111 1101 100110 0 0 100010111 1100100 1010001

Color Harmonies of #DD9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9EFF

Black with #DD9EFF

Text Example


Text Example

White with #DD9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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