Html Css Color HEX #DD9BF6 Mauve

📋 copy color: '#DD9BF6'

red 221 ◦ green 155 ◦ blue 246

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

Shades of Mauve #DD9BF6

Tints of Mauve #DD9BF6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.92%

 BLUE value IS 246 (96.48% from 255) = 39.55%

R = 35.53%
G = 24.92%
B = 39.55%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD9BF6 (or 0xDD9BF6) is known color: Mauve. HEX triplet: DD, 9B and F6. RGB value is (221,155,246). Sum of RGB (Red+Green+Blue) = 221+155+246=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BF6 is #226409. Grayscale: #B8B8B8. Windows color (decimal): -2253834 or 16161757. OLE color: 16161757.

HSL color Cylindrical-coordinate representation of color #DD9BF6: hue angle of 283.52º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD9BF6 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 155 246 -
CMYK 0.10 0.37 0 0.04
HSL 283.52º 0.83% 0.79% -
HSV(B) 283.52º 0.37% 0.96% -
XYZ 58.17 45.47 92.9 -
YUV 185.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 221 155 246 0.10 0.37 0 0.04 283.52 0.83 0.79
Hex DD 9B F6 A 25 0 4 11C 53 4F
Octal 335 233 366 12 45 0 4 434 123 117
Binary 11011101 10011011 11110110 1010 100101 0 100 100011100 1010011 1001111

Color Harmonies of #DD9BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BF6

Black with #DD9BF6

Text Example


Text Example

White with #DD9BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BF6; }

 p { color: rgb(221,155,246); }

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

background-color css

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

 a { background-color: rgb(221,155,246); }

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

border-color css

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

 span { border-color: rgb(221,155,246); }

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