Html Css Color HEX #DD99F5 Mauve

📋 copy color: '#DD99F5'

red 221 ◦ green 153 ◦ blue 245

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

Shades of Mauve #DD99F5

Tints of Mauve #DD99F5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.72%

 BLUE value IS 245 (96.09% from 255) = 39.58%

R = 35.7%
G = 24.72%
B = 39.58%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD99F5 (or 0xDD99F5) is known color: Mauve. HEX triplet: DD, 99 and F5. RGB value is (221,153,245). Sum of RGB (Red+Green+Blue) = 221+153+245=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD99F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99F5 is #22660A. Grayscale: #B7B7B7. Windows color (decimal): -2254347 or 16095709. OLE color: 16095709.

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

Color convert

RGB 221 153 245 -
CMYK 0.10 0.38 0 0.04
HSL 284.35º 0.82% 0.78% -
HSV(B) 284.35º 0.38% 0.96% -
XYZ 57.69 44.75 91.98 -
YUV 183.82 162.53 154.52 -
System Red Green Blue C M Y K H S L
Decimal 221 153 245 0.10 0.38 0 0.04 284.35 0.82 0.78
Hex DD 99 F5 A 26 0 4 11C 52 4E
Octal 335 231 365 12 46 0 4 434 122 116
Binary 11011101 10011001 11110101 1010 100110 0 100 100011100 1010010 1001110

Color Harmonies of #DD99F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99F5

Black with #DD99F5

Text Example


Text Example

White with #DD99F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99F5; }

 p { color: rgb(221,153,245); }

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

background-color css

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

 a { background-color: rgb(221,153,245); }

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

border-color css

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

 span { border-color: rgb(221,153,245); }

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