Html Css Color HEX #DD92FF Mauve

📋 copy color: '#DD92FF'

red 221 ◦ green 146 ◦ blue 255

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

Shades of Mauve #DD92FF

Tints of Mauve #DD92FF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.47%

 BLUE value IS 255 (100% from 255) = 41%

R = 35.53%
G = 23.47%
B = 41%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD92FF (or 0xDD92FF) is known color: Mauve. HEX triplet: DD, 92 and FF. RGB value is (221,146,255). Sum of RGB (Red+Green+Blue) = 221+146+255=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD92FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92FF is #226D00. Grayscale: #B4B4B4. Windows color (decimal): -2256129 or 16749277. OLE color: 16749277.

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

Color convert

RGB 221 146 255 -
CMYK 0.13 0.43 0 0
HSL 281.28º 1% 0.79% -
HSV(B) 281.28º 0.43% 1% -
XYZ 58.15 43.15 99.87 -
YUV 180.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 221 146 255 0.13 0.43 0 0 281.28 1 0.79
Hex DD 92 FF D 2B 0 0 119 64 4F
Octal 335 222 377 15 53 0 0 431 144 117
Binary 11011101 10010010 11111111 1101 101011 0 0 100011001 1100100 1001111

Color Harmonies of #DD92FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD92FF

Black with #DD92FF

Text Example


Text Example

White with #DD92FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD92FF; }

 p { color: rgb(221,146,255); }

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

background-color css

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

 a { background-color: rgb(221,146,255); }

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

border-color css

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

 span { border-color: rgb(221,146,255); }

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