Html Css Color HEX #DD99FE Mauve

📋 copy color: '#DD99FE'

red 221 ◦ green 153 ◦ blue 254

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

Shades of Mauve #DD99FE

Tints of Mauve #DD99FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 35.19%
G = 24.36%
B = 40.45%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD99FE (or 0xDD99FE) is known color: Mauve. HEX triplet: DD, 99 and FE. RGB value is (221,153,254). Sum of RGB (Red+Green+Blue) = 221+153+254=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99FE is #226601. Grayscale: #B8B8B8. Windows color (decimal): -2254338 or 16685533. OLE color: 16685533.

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

Color convert

RGB 221 153 254 -
CMYK 0.13 0.40 0 0.00
HSL 280.4º 0.98% 0.8% -
HSV(B) 280.4º 0.4% 1% -
XYZ 59.1 45.31 99.4 -
YUV 184.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 221 153 254 0.13 0.40 0 0.00 280.4 0.98 0.8
Hex DD 99 FE D 28 0 0 118 62 50
Octal 335 231 376 15 50 0 0 430 142 120
Binary 11011101 10011001 11111110 1101 101000 0 0 100011000 1100010 1010000

Color Harmonies of #DD99FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99FE

Black with #DD99FE

Text Example


Text Example

White with #DD99FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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