Html Css Color HEX #DD99FD Mauve

📋 copy color: '#DD99FD'

red 221 ◦ green 153 ◦ blue 253

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

Shades of Mauve #DD99FD

Tints of Mauve #DD99FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.35%

R = 35.25%
G = 24.4%
B = 40.35%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD99FD (or 0xDD99FD) is known color: Mauve. HEX triplet: DD, 99 and FD. RGB value is (221,153,253). Sum of RGB (Red+Green+Blue) = 221+153+253=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99FD is #226602. Grayscale: #B8B8B8. Windows color (decimal): -2254339 or 16619997. OLE color: 16619997.

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

Color convert

RGB 221 153 253 -
CMYK 0.13 0.40 0 0.01
HSL 280.8º 0.96% 0.8% -
HSV(B) 280.8º 0.4% 0.99% -
XYZ 58.94 45.25 98.56 -
YUV 184.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 221 153 253 0.13 0.40 0 0.01 280.8 0.96 0.8
Hex DD 99 FD D 28 0 1 119 60 50
Octal 335 231 375 15 50 0 1 431 140 120
Binary 11011101 10011001 11111101 1101 101000 0 1 100011001 1100000 1010000

Color Harmonies of #DD99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99FD

Black with #DD99FD

Text Example


Text Example

White with #DD99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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