Html Css Color HEX #DD97FF Mauve

📋 copy color: '#DD97FF'

red 221 ◦ green 151 ◦ blue 255

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

Shades of Mauve #DD97FF

Tints of Mauve #DD97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.08%

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

R = 35.25%
G = 24.08%
B = 40.67%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD97FF (or 0xDD97FF) is known color: Mauve. HEX triplet: DD, 97 and FF. RGB value is (221,151,255). Sum of RGB (Red+Green+Blue) = 221+151+255=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 151 (59.38% from 255 or 24.08% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD97FF is #226800. Grayscale: #B7B7B7. Windows color (decimal): -2254849 or 16750557. OLE color: 16750557.

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

Color convert

RGB 221 151 255 -
CMYK 0.13 0.41 0 0
HSL 280.38º 1% 0.8% -
HSV(B) 280.38º 0.41% 1% -
XYZ 58.94 44.73 100.13 -
YUV 183.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 221 151 255 0.13 0.41 0 0 280.38 1 0.8
Hex DD 97 FF D 29 0 0 118 64 50
Octal 335 227 377 15 51 0 0 430 144 120
Binary 11011101 10010111 11111111 1101 101001 0 0 100011000 1100100 1010000

Color Harmonies of #DD97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD97FF

Black with #DD97FF

Text Example


Text Example

White with #DD97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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