Html Css Color HEX #DD9CFA Mauve

📋 copy color: '#DD9CFA'

red 221 ◦ green 156 ◦ blue 250

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

Shades of Mauve #DD9CFA

Tints of Mauve #DD9CFA

RGB

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

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

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

R = 35.25%
G = 24.88%
B = 39.87%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD9CFA (or 0xDD9CFA) is known color: Mauve. HEX triplet: DD, 9C and FA. RGB value is (221,156,250). Sum of RGB (Red+Green+Blue) = 221+156+250=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CFA is #226305. Grayscale: #B9B9B9. Windows color (decimal): -2253574 or 16424157. OLE color: 16424157.

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

Color convert

RGB 221 156 250 -
CMYK 0.12 0.38 0 0.02
HSL 281.49º 0.9% 0.8% -
HSV(B) 281.49º 0.38% 0.98% -
XYZ 58.96 46.05 96.22 -
YUV 186.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 221 156 250 0.12 0.38 0 0.02 281.49 0.9 0.8
Hex DD 9C FA C 26 0 2 119 5A 50
Octal 335 234 372 14 46 0 2 431 132 120
Binary 11011101 10011100 11111010 1100 100110 0 10 100011001 1011010 1010000

Color Harmonies of #DD9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CFA

Black with #DD9CFA

Text Example


Text Example

White with #DD9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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