Html Css Color HEX #DD98CF Plum

📋 copy color: '#DD98CF'

red 221 ◦ green 152 ◦ blue 207

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

Shades of Plum #DD98CF

Tints of Plum #DD98CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 38.1%
G = 26.21%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD98CF (or 0xDD98CF) is known color: Plum. HEX triplet: DD, 98 and CF. RGB value is (221,152,207). Sum of RGB (Red+Green+Blue) = 221+152+207=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98CF is #226730. Grayscale: #B2B2B2. Windows color (decimal): -2254641 or 13605085. OLE color: 13605085.

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

Color convert

RGB 221 152 207 -
CMYK 0 0.31 0.06 0.13
HSL 312.17º 0.5% 0.73% -
HSV(B) 312.17º 0.31% 0.87% -
XYZ 52.31 42.33 64.45 -
YUV 178.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 221 152 207 0 0.31 0.06 0.13 312.17 0.5 0.73
Hex DD 98 CF 0 1F 6 D 138 32 49
Octal 335 230 317 0 37 6 15 470 62 111
Binary 11011101 10011000 11001111 0 11111 110 1101 100111000 110010 1001001

Color Harmonies of #DD98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98CF

Black with #DD98CF

Text Example


Text Example

White with #DD98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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