Html Css Color HEX #DD95FA Mauve

📋 copy color: '#DD95FA'

red 221 ◦ green 149 ◦ blue 250

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

Shades of Mauve #DD95FA

Tints of Mauve #DD95FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 35.65%
G = 24.03%
B = 40.32%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD95FA (or 0xDD95FA) is known color: Mauve. HEX triplet: DD, 95 and FA. RGB value is (221,149,250). Sum of RGB (Red+Green+Blue) = 221+149+250=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD95FA is #226A05. Grayscale: #B5B5B5. Windows color (decimal): -2255366 or 16422365. OLE color: 16422365.

HSL color Cylindrical-coordinate representation of color #DD95FA: hue angle of 282.77º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD95FA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 149 250 -
CMYK 0.12 0.40 0 0.02
HSL 282.77º 0.91% 0.78% -
HSV(B) 282.77º 0.4% 0.98% -
XYZ 57.82 43.77 95.84 -
YUV 182.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 221 149 250 0.12 0.40 0 0.02 282.77 0.91 0.78
Hex DD 95 FA C 28 0 2 11B 5B 4E
Octal 335 225 372 14 50 0 2 433 133 116
Binary 11011101 10010101 11111010 1100 101000 0 10 100011011 1011011 1001110

Color Harmonies of #DD95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95FA

Black with #DD95FA

Text Example


Text Example

White with #DD95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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