Html Css Color HEX #DD9BF8 Mauve

📋 copy color: '#DD9BF8'

red 221 ◦ green 155 ◦ blue 248

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

Shades of Mauve #DD9BF8

Tints of Mauve #DD9BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.74%

R = 35.42%
G = 24.84%
B = 39.74%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD9BF8 (or 0xDD9BF8) is known color: Mauve. HEX triplet: DD, 9B and F8. RGB value is (221,155,248). Sum of RGB (Red+Green+Blue) = 221+155+248=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD9BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BF8 is #226407. Grayscale: #B9B9B9. Windows color (decimal): -2253832 or 16292829. OLE color: 16292829.

HSL color Cylindrical-coordinate representation of color #DD9BF8: hue angle of 282.58º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9BF8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 155 248 -
CMYK 0.11 0.38 0 0.03
HSL 282.58º 0.87% 0.79% -
HSV(B) 282.58º 0.38% 0.97% -
XYZ 58.48 45.59 94.52 -
YUV 185.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 221 155 248 0.11 0.38 0 0.03 282.58 0.87 0.79
Hex DD 9B F8 B 26 0 3 11B 57 4F
Octal 335 233 370 13 46 0 3 433 127 117
Binary 11011101 10011011 11111000 1011 100110 0 11 100011011 1010111 1001111

Color Harmonies of #DD9BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BF8

Black with #DD9BF8

Text Example


Text Example

White with #DD9BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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