Html Css Color HEX #DD98FF Mauve

📋 copy color: '#DD98FF'

red 221 ◦ green 152 ◦ blue 255

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

Shades of Mauve #DD98FF

Tints of Mauve #DD98FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.2%

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

R = 35.19%
G = 24.2%
B = 40.61%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD98FF (or 0xDD98FF) is known color: Mauve. HEX triplet: DD, 98 and FF. RGB value is (221,152,255). Sum of RGB (Red+Green+Blue) = 221+152+255=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 152 (59.77% from 255 or 24.20% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD98FF is #226700. Grayscale: #B8B8B8. Windows color (decimal): -2254593 or 16750813. OLE color: 16750813.

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

Color convert

RGB 221 152 255 -
CMYK 0.13 0.40 0 0
HSL 280.19º 1% 0.8% -
HSV(B) 280.19º 0.4% 1% -
XYZ 59.1 45.05 100.19 -
YUV 184.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 221 152 255 0.13 0.40 0 0 280.19 1 0.8
Hex DD 98 FF D 28 0 0 118 64 50
Octal 335 230 377 15 50 0 0 430 144 120
Binary 11011101 10011000 11111111 1101 101000 0 0 100011000 1100100 1010000

Color Harmonies of #DD98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98FF

Black with #DD98FF

Text Example


Text Example

White with #DD98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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