Html Css Color HEX #DD95F8 Mauve

📋 copy color: '#DD95F8'

red 221 ◦ green 149 ◦ blue 248

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

Shades of Mauve #DD95F8

Tints of Mauve #DD95F8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.11%

 BLUE value IS 248 (97.27% from 255) = 40.13%

R = 35.76%
G = 24.11%
B = 40.13%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD95F8 (or 0xDD95F8) is known color: Mauve. HEX triplet: DD, 95 and F8. RGB value is (221,149,248). Sum of RGB (Red+Green+Blue) = 221+149+248=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD95F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95F8 is #226A07. Grayscale: #B5B5B5. Windows color (decimal): -2255368 or 16291293. OLE color: 16291293.

HSL color Cylindrical-coordinate representation of color #DD95F8: hue angle of 283.64º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD95F8 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 149 248 -
CMYK 0.11 0.40 0 0.03
HSL 283.64º 0.88% 0.78% -
HSV(B) 283.64º 0.4% 0.97% -
XYZ 57.51 43.64 94.2 -
YUV 181.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 221 149 248 0.11 0.40 0 0.03 283.64 0.88 0.78
Hex DD 95 F8 B 28 0 3 11C 58 4E
Octal 335 225 370 13 50 0 3 434 130 116
Binary 11011101 10010101 11111000 1011 101000 0 11 100011100 1011000 1001110

Color Harmonies of #DD95F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95F8

Black with #DD95F8

Text Example


Text Example

White with #DD95F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95F8; }

 p { color: rgb(221,149,248); }

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

background-color css

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

 a { background-color: rgb(221,149,248); }

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

border-color css

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

 span { border-color: rgb(221,149,248); }

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