Html Css Color HEX #DD9DFB Mauve

📋 copy color: '#DD9DFB'

red 221 ◦ green 157 ◦ blue 251

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

Shades of Mauve #DD9DFB

Tints of Mauve #DD9DFB

RGB

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

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

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

R = 35.14%
G = 24.96%
B = 39.9%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD9DFB (or 0xDD9DFB) is known color: Mauve. HEX triplet: DD, 9D and FB. RGB value is (221,157,251). Sum of RGB (Red+Green+Blue) = 221+157+251=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9DFB is #226204. Grayscale: #BABABA. Windows color (decimal): -2253317 or 16489949. OLE color: 16489949.

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

Color convert

RGB 221 157 251 -
CMYK 0.12 0.37 0 0.02
HSL 280.85º 0.92% 0.8% -
HSV(B) 280.85º 0.37% 0.98% -
XYZ 59.29 46.45 97.11 -
YUV 186.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 221 157 251 0.12 0.37 0 0.02 280.85 0.92 0.8
Hex DD 9D FB C 25 0 2 119 5C 50
Octal 335 235 373 14 45 0 2 431 134 120
Binary 11011101 10011101 11111011 1100 100101 0 10 100011001 1011100 1010000

Color Harmonies of #DD9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DFB

Black with #DD9DFB

Text Example


Text Example

White with #DD9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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