Html Css Color HEX #DD9BFF Mauve

📋 copy color: '#DD9BFF'

red 221 ◦ green 155 ◦ blue 255

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

Shades of Mauve #DD9BFF

Tints of Mauve #DD9BFF

RGB

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

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

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

R = 35.02%
G = 24.56%
B = 40.41%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD9BFF (or 0xDD9BFF) is known color: Mauve. HEX triplet: DD, 9B and FF. RGB value is (221,155,255). Sum of RGB (Red+Green+Blue) = 221+155+255=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BFF is #226400. Grayscale: #B9B9B9. Windows color (decimal): -2253825 or 16751581. OLE color: 16751581.

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

Color convert

RGB 221 155 255 -
CMYK 0.13 0.39 0 0
HSL 279.6º 1% 0.8% -
HSV(B) 279.6º 0.39% 1% -
XYZ 59.59 46.03 100.35 -
YUV 186.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 221 155 255 0.13 0.39 0 0 279.6 1 0.8
Hex DD 9B FF D 27 0 0 118 64 50
Octal 335 233 377 15 47 0 0 430 144 120
Binary 11011101 10011011 11111111 1101 100111 0 0 100011000 1100100 1010000

Color Harmonies of #DD9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BFF

Black with #DD9BFF

Text Example


Text Example

White with #DD9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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