Html Css Color HEX #DD95FE Mauve

📋 copy color: '#DD95FE'

red 221 ◦ green 149 ◦ blue 254

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

Shades of Mauve #DD95FE

Tints of Mauve #DD95FE

RGB

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

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

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

R = 35.42%
G = 23.88%
B = 40.71%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD95FE (or 0xDD95FE) is known color: Mauve. HEX triplet: DD, 95 and FE. RGB value is (221,149,254). Sum of RGB (Red+Green+Blue) = 221+149+254=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 149 (58.59% from 255 or 23.88% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95FE is #226A01. Grayscale: #B6B6B6. Windows color (decimal): -2255362 or 16684509. OLE color: 16684509.

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

Color convert

RGB 221 149 254 -
CMYK 0.13 0.41 0 0.00
HSL 281.14º 0.98% 0.79% -
HSV(B) 281.14º 0.41% 1% -
XYZ 58.46 44.02 99.18 -
YUV 182.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 221 149 254 0.13 0.41 0 0.00 281.14 0.98 0.79
Hex DD 95 FE D 29 0 0 119 62 4F
Octal 335 225 376 15 51 0 0 431 142 117
Binary 11011101 10010101 11111110 1101 101001 0 0 100011001 1100010 1001111

Color Harmonies of #DD95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95FE

Black with #DD95FE

Text Example


Text Example

White with #DD95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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