Html Css Color HEX #DD96FF Mauve

📋 copy color: '#DD96FF'

red 221 ◦ green 150 ◦ blue 255

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

Shades of Mauve #DD96FF

Tints of Mauve #DD96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.96%

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

R = 35.3%
G = 23.96%
B = 40.73%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD96FF (or 0xDD96FF) is known color: Mauve. HEX triplet: DD, 96 and FF. RGB value is (221,150,255). Sum of RGB (Red+Green+Blue) = 221+150+255=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD96FF is #226900. Grayscale: #B6B6B6. Windows color (decimal): -2255105 or 16750301. OLE color: 16750301.

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

Color convert

RGB 221 150 255 -
CMYK 0.13 0.41 0 0
HSL 280.57º 1% 0.79% -
HSV(B) 280.57º 0.41% 1% -
XYZ 58.78 44.4 100.08 -
YUV 183.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 221 150 255 0.13 0.41 0 0 280.57 1 0.79
Hex DD 96 FF D 29 0 0 119 64 4F
Octal 335 226 377 15 51 0 0 431 144 117
Binary 11011101 10010110 11111111 1101 101001 0 0 100011001 1100100 1001111

Color Harmonies of #DD96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96FF

Black with #DD96FF

Text Example


Text Example

White with #DD96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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