Html Css Color HEX #DDA0FC Mauve

📋 copy color: '#DDA0FC'

red 221 ◦ green 160 ◦ blue 252

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

Shades of Mauve #DDA0FC

Tints of Mauve #DDA0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.28%

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

R = 34.91%
G = 25.28%
B = 39.81%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDA0FC (or 0xDDA0FC) is known color: Mauve. HEX triplet: DD, A0 and FC. RGB value is (221,160,252). Sum of RGB (Red+Green+Blue) = 221+160+252=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0FC is #225F03. Grayscale: #BCBCBC. Windows color (decimal): -2252548 or 16556253. OLE color: 16556253.

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

Color convert

RGB 221 160 252 -
CMYK 0.12 0.37 0 0.01
HSL 279.78º 0.94% 0.81% -
HSV(B) 279.78º 0.37% 0.99% -
XYZ 59.96 47.54 98.11 -
YUV 188.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 221 160 252 0.12 0.37 0 0.01 279.78 0.94 0.81
Hex DD A0 FC C 25 0 1 118 5E 51
Octal 335 240 374 14 45 0 1 430 136 121
Binary 11011101 10100000 11111100 1100 100101 0 1 100011000 1011110 1010001

Color Harmonies of #DDA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0FC

Black with #DDA0FC

Text Example


Text Example

White with #DDA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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