Html Css Color HEX #DD9CFC Mauve

📋 copy color: '#DD9CFC'

red 221 ◦ green 156 ◦ blue 252

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

Shades of Mauve #DD9CFC

Tints of Mauve #DD9CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.06%

R = 35.14%
G = 24.8%
B = 40.06%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD9CFC (or 0xDD9CFC) is known color: Mauve. HEX triplet: DD, 9C and FC. RGB value is (221,156,252). Sum of RGB (Red+Green+Blue) = 221+156+252=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CFC is #226303. Grayscale: #BABABA. Windows color (decimal): -2253572 or 16555229. OLE color: 16555229.

HSL color Cylindrical-coordinate representation of color #DD9CFC: hue angle of 280.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9CFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 156 252 -
CMYK 0.12 0.38 0 0.01
HSL 280.63º 0.94% 0.8% -
HSV(B) 280.63º 0.38% 0.99% -
XYZ 59.28 46.18 97.88 -
YUV 186.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 221 156 252 0.12 0.38 0 0.01 280.63 0.94 0.8
Hex DD 9C FC C 26 0 1 119 5E 50
Octal 335 234 374 14 46 0 1 431 136 120
Binary 11011101 10011100 11111100 1100 100110 0 1 100011001 1011110 1010000

Color Harmonies of #DD9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CFC

Black with #DD9CFC

Text Example


Text Example

White with #DD9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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