Html Css Color HEX #DD9AFB Mauve

📋 copy color: '#DD9AFB'

red 221 ◦ green 154 ◦ blue 251

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

Shades of Mauve #DD9AFB

Tints of Mauve #DD9AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.1%

R = 35.3%
G = 24.6%
B = 40.1%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD9AFB (or 0xDD9AFB) is known color: Mauve. HEX triplet: DD, 9A and FB. RGB value is (221,154,251). Sum of RGB (Red+Green+Blue) = 221+154+251=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD9AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9AFB is #226504. Grayscale: #B8B8B8. Windows color (decimal): -2254085 or 16489181. OLE color: 16489181.

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

Color convert

RGB 221 154 251 -
CMYK 0.12 0.39 0 0.02
HSL 281.44º 0.92% 0.79% -
HSV(B) 281.44º 0.39% 0.98% -
XYZ 58.79 45.45 96.94 -
YUV 185.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 221 154 251 0.12 0.39 0 0.02 281.44 0.92 0.79
Hex DD 9A FB C 27 0 2 119 5C 4F
Octal 335 232 373 14 47 0 2 431 134 117
Binary 11011101 10011010 11111011 1100 100111 0 10 100011001 1011100 1001111

Color Harmonies of #DD9AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9AFB

Black with #DD9AFB

Text Example


Text Example

White with #DD9AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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