Html Css Color HEX #DD9AFC Mauve

📋 copy color: '#DD9AFC'

red 221 ◦ green 154 ◦ blue 252

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

Shades of Mauve #DD9AFC

Tints of Mauve #DD9AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.56%

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

R = 35.25%
G = 24.56%
B = 40.19%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD9AFC (or 0xDD9AFC) is known color: Mauve. HEX triplet: DD, 9A and FC. RGB value is (221,154,252). Sum of RGB (Red+Green+Blue) = 221+154+252=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9AFC is #226503. Grayscale: #B8B8B8. Windows color (decimal): -2254084 or 16554717. OLE color: 16554717.

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

Color convert

RGB 221 154 252 -
CMYK 0.12 0.39 0 0.01
HSL 281.02º 0.94% 0.8% -
HSV(B) 281.02º 0.39% 0.99% -
XYZ 58.95 45.51 97.77 -
YUV 185.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 221 154 252 0.12 0.39 0 0.01 281.02 0.94 0.8
Hex DD 9A FC C 27 0 1 119 5E 50
Octal 335 232 374 14 47 0 1 431 136 120
Binary 11011101 10011010 11111100 1100 100111 0 1 100011001 1011110 1010000

Color Harmonies of #DD9AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9AFC

Black with #DD9AFC

Text Example


Text Example

White with #DD9AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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