Html Css Color HEX #DD98DF Plum

📋 copy color: '#DD98DF'

red 221 ◦ green 152 ◦ blue 223

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

Shades of Plum #DD98DF

Tints of Plum #DD98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 37.08%
G = 25.5%
B = 37.42%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD98DF (or 0xDD98DF) is known color: Plum. HEX triplet: DD, 98 and DF. RGB value is (221,152,223). Sum of RGB (Red+Green+Blue) = 221+152+223=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98DF is #226720. Grayscale: #B4B4B4. Windows color (decimal): -2254625 or 14653661. OLE color: 14653661.

HSL color Cylindrical-coordinate representation of color #DD98DF: hue angle of 298.31º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD98DF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 223 -
CMYK 0.01 0.32 0 0.13
HSL 298.31º 0.53% 0.74% -
HSV(B) 298.31º 0.32% 0.87% -
XYZ 54.37 43.16 75.28 -
YUV 180.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 221 152 223 0.01 0.32 0 0.13 298.31 0.53 0.74
Hex DD 98 DF 1 20 0 D 12A 35 4A
Octal 335 230 337 1 40 0 15 452 65 112
Binary 11011101 10011000 11011111 1 100000 0 1101 100101010 110101 1001010

Color Harmonies of #DD98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98DF

Black with #DD98DF

Text Example


Text Example

White with #DD98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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