Html Css Color HEX #DD98DC Plum

📋 copy color: '#DD98DC'

red 221 ◦ green 152 ◦ blue 220

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

Shades of Plum #DD98DC

Tints of Plum #DD98DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 37.27%
G = 25.63%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD98DC (or 0xDD98DC) is known color: Plum. HEX triplet: DD, 98 and DC. RGB value is (221,152,220). Sum of RGB (Red+Green+Blue) = 221+152+220=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98DC is #226723. Grayscale: #B4B4B4. Windows color (decimal): -2254628 or 14457053. OLE color: 14457053.

HSL color Cylindrical-coordinate representation of color #DD98DC: hue angle of 300.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD98DC is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 220 -
CMYK 0 0.31 0.00 0.13
HSL 300.87º 0.5% 0.73% -
HSV(B) 300.87º 0.31% 0.87% -
XYZ 53.97 43 73.16 -
YUV 180.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 221 152 220 0 0.31 0.00 0.13 300.87 0.5 0.73
Hex DD 98 DC 0 1F 0 D 12D 32 49
Octal 335 230 334 0 37 0 15 455 62 111
Binary 11011101 10011000 11011100 0 11111 0 1101 100101101 110010 1001001

Color Harmonies of #DD98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98DC

Black with #DD98DC

Text Example


Text Example

White with #DD98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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