Html Css Color HEX #DD9BFA Mauve

📋 copy color: '#DD9BFA'

red 221 ◦ green 155 ◦ blue 250

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

Shades of Mauve #DD9BFA

Tints of Mauve #DD9BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.94%

R = 35.3%
G = 24.76%
B = 39.94%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD9BFA (or 0xDD9BFA) is known color: Mauve. HEX triplet: DD, 9B and FA. RGB value is (221,155,250). Sum of RGB (Red+Green+Blue) = 221+155+250=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9BFA is #226405. Grayscale: #B9B9B9. Windows color (decimal): -2253830 or 16423901. OLE color: 16423901.

HSL color Cylindrical-coordinate representation of color #DD9BFA: hue angle of 281.68º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9BFA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 155 250 -
CMYK 0.12 0.38 0 0.02
HSL 281.68º 0.9% 0.79% -
HSV(B) 281.68º 0.38% 0.98% -
XYZ 58.8 45.72 96.17 -
YUV 185.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 221 155 250 0.12 0.38 0 0.02 281.68 0.9 0.79
Hex DD 9B FA C 26 0 2 11A 5A 4F
Octal 335 233 372 14 46 0 2 432 132 117
Binary 11011101 10011011 11111010 1100 100110 0 10 100011010 1011010 1001111

Color Harmonies of #DD9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BFA

Black with #DD9BFA

Text Example


Text Example

White with #DD9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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