Html Css Color HEX #DD94FB Mauve

📋 copy color: '#DD94FB'

red 221 ◦ green 148 ◦ blue 251

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

Shades of Mauve #DD94FB

Tints of Mauve #DD94FB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.87%

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 35.65%
G = 23.87%
B = 40.48%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD94FB (or 0xDD94FB) is known color: Mauve. HEX triplet: DD, 94 and FB. RGB value is (221,148,251). Sum of RGB (Red+Green+Blue) = 221+148+251=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD94FB is #226B04. Grayscale: #B5B5B5. Windows color (decimal): -2255621 or 16487645. OLE color: 16487645.

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

Color convert

RGB 221 148 251 -
CMYK 0.12 0.41 0 0.02
HSL 282.52º 0.93% 0.78% -
HSV(B) 282.52º 0.41% 0.98% -
XYZ 57.82 43.52 96.62 -
YUV 181.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 221 148 251 0.12 0.41 0 0.02 282.52 0.93 0.78
Hex DD 94 FB C 29 0 2 11B 5D 4E
Octal 335 224 373 14 51 0 2 433 135 116
Binary 11011101 10010100 11111011 1100 101001 0 10 100011011 1011101 1001110

Color Harmonies of #DD94FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD94FB

Black with #DD94FB

Text Example


Text Example

White with #DD94FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD94FB; }

 p { color: rgb(221,148,251); }

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

background-color css

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

 a { background-color: rgb(221,148,251); }

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

border-color css

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

 span { border-color: rgb(221,148,251); }

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