Html Css Color HEX #DD9CFE Mauve

📋 copy color: '#DD9CFE'

red 221 ◦ green 156 ◦ blue 254

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

Shades of Mauve #DD9CFE

Tints of Mauve #DD9CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.72%

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

R = 35.02%
G = 24.72%
B = 40.25%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD9CFE (or 0xDD9CFE) is known color: Mauve. HEX triplet: DD, 9C and FE. RGB value is (221,156,254). Sum of RGB (Red+Green+Blue) = 221+156+254=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CFE is #226301. Grayscale: #BABABA. Windows color (decimal): -2253570 or 16686301. OLE color: 16686301.

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

Color convert

RGB 221 156 254 -
CMYK 0.13 0.39 0 0.00
HSL 279.8º 0.98% 0.8% -
HSV(B) 279.8º 0.39% 1% -
XYZ 59.6 46.3 99.56 -
YUV 186.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 221 156 254 0.13 0.39 0 0.00 279.8 0.98 0.8
Hex DD 9C FE D 27 0 0 118 62 50
Octal 335 234 376 15 47 0 0 430 142 120
Binary 11011101 10011100 11111110 1101 100111 0 0 100011000 1100010 1010000

Color Harmonies of #DD9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CFE

Black with #DD9CFE

Text Example


Text Example

White with #DD9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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