Html Css Color HEX #DD9CFD Mauve

📋 copy color: '#DD9CFD'

red 221 ◦ green 156 ◦ blue 253

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

Shades of Mauve #DD9CFD

Tints of Mauve #DD9CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 35.08%
G = 24.76%
B = 40.16%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD9CFD (or 0xDD9CFD) is known color: Mauve. HEX triplet: DD, 9C and FD. RGB value is (221,156,253). Sum of RGB (Red+Green+Blue) = 221+156+253=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CFD is #226302. Grayscale: #BABABA. Windows color (decimal): -2253571 or 16620765. OLE color: 16620765.

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

Color convert

RGB 221 156 253 -
CMYK 0.13 0.38 0 0.01
HSL 280.21º 0.96% 0.8% -
HSV(B) 280.21º 0.38% 0.99% -
XYZ 59.44 46.24 98.72 -
YUV 186.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 221 156 253 0.13 0.38 0 0.01 280.21 0.96 0.8
Hex DD 9C FD D 26 0 1 118 60 50
Octal 335 234 375 15 46 0 1 430 140 120
Binary 11011101 10011100 11111101 1101 100110 0 1 100011000 1100000 1010000

Color Harmonies of #DD9CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CFD

Black with #DD9CFD

Text Example


Text Example

White with #DD9CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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