Html Css Color HEX #DD9BFE Mauve

📋 copy color: '#DD9BFE'

red 221 ◦ green 155 ◦ blue 254

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

Shades of Mauve #DD9BFE

Tints of Mauve #DD9BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.6%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 35.08%
G = 24.6%
B = 40.32%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD9BFE (or 0xDD9BFE) is known color: Mauve. HEX triplet: DD, 9B and FE. RGB value is (221,155,254). Sum of RGB (Red+Green+Blue) = 221+155+254=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD9BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BFE is #226401. Grayscale: #B9B9B9. Windows color (decimal): -2253826 or 16686045. OLE color: 16686045.

HSL color Cylindrical-coordinate representation of color #DD9BFE: hue angle of 280º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD9BFE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 155 254 -
CMYK 0.13 0.39 0 0.00
HSL 280º 0.98% 0.8% -
HSV(B) 280º 0.39% 1% -
XYZ 59.43 45.97 99.51 -
YUV 186.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 221 155 254 0.13 0.39 0 0.00 280 0.98 0.8
Hex DD 9B FE D 27 0 0 118 62 50
Octal 335 233 376 15 47 0 0 430 142 120
Binary 11011101 10011011 11111110 1101 100111 0 0 100011000 1100010 1010000

Color Harmonies of #DD9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BFE

Black with #DD9BFE

Text Example


Text Example

White with #DD9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BFE; }

 p { color: rgb(221,155,254); }

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

background-color css

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

 a { background-color: rgb(221,155,254); }

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

border-color css

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

 span { border-color: rgb(221,155,254); }

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