Html Css Color HEX #DD98D5 Plum

📋 copy color: '#DD98D5'

red 221 ◦ green 152 ◦ blue 213

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

Shades of Plum #DD98D5

Tints of Plum #DD98D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.35%

R = 37.71%
G = 25.94%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD98D5 (or 0xDD98D5) is known color: Plum. HEX triplet: DD, 98 and D5. RGB value is (221,152,213). Sum of RGB (Red+Green+Blue) = 221+152+213=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98D5 is #22672A. Grayscale: #B3B3B3. Windows color (decimal): -2254635 or 13998301. OLE color: 13998301.

HSL color Cylindrical-coordinate representation of color #DD98D5: hue angle of 306.96º 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 #DD98D5 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 213 -
CMYK 0 0.31 0.04 0.13
HSL 306.96º 0.5% 0.73% -
HSV(B) 306.96º 0.31% 0.87% -
XYZ 53.06 42.63 68.38 -
YUV 179.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 221 152 213 0 0.31 0.04 0.13 306.96 0.5 0.73
Hex DD 98 D5 0 1F 4 D 133 32 49
Octal 335 230 325 0 37 4 15 463 62 111
Binary 11011101 10011000 11010101 0 11111 100 1101 100110011 110010 1001001

Color Harmonies of #DD98D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98D5

Black with #DD98D5

Text Example


Text Example

White with #DD98D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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