Html Css Color HEX #DD9DFC Mauve

📋 copy color: '#DD9DFC'

red 221 ◦ green 157 ◦ blue 252

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

Shades of Mauve #DD9DFC

Tints of Mauve #DD9DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.92%

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

R = 35.08%
G = 24.92%
B = 40%

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

#DD9DFC (or 0xDD9DFC) is known color: Mauve. HEX triplet: DD, 9D and FC. RGB value is (221,157,252). Sum of RGB (Red+Green+Blue) = 221+157+252=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD9DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DFC is #226203. Grayscale: #BABABA. Windows color (decimal): -2253316 or 16555485. OLE color: 16555485.

HSL color Cylindrical-coordinate representation of color #DD9DFC: hue angle of 280.42º 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 #DD9DFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 157 252 -
CMYK 0.12 0.38 0 0.01
HSL 280.42º 0.94% 0.8% -
HSV(B) 280.42º 0.38% 0.99% -
XYZ 59.45 46.51 97.94 -
YUV 186.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 221 157 252 0.12 0.38 0 0.01 280.42 0.94 0.8
Hex DD 9D FC C 26 0 1 118 5E 50
Octal 335 235 374 14 46 0 1 430 136 120
Binary 11011101 10011101 11111100 1100 100110 0 1 100011000 1011110 1010000

Color Harmonies of #DD9DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DFC

Black with #DD9DFC

Text Example


Text Example

White with #DD9DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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