Html Css Color HEX #DD8DCF Plum

📋 copy color: '#DD8DCF'

red 221 ◦ green 141 ◦ blue 207

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

Shades of Plum #DD8DCF

Tints of Plum #DD8DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.78%

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

R = 38.84%
G = 24.78%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD8DCF (or 0xDD8DCF) is known color: Plum. HEX triplet: DD, 8D and CF. RGB value is (221,141,207). Sum of RGB (Red+Green+Blue) = 221+141+207=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DCF is #227230. Grayscale: #ACACAC. Windows color (decimal): -2257457 or 13602269. OLE color: 13602269.

HSL color Cylindrical-coordinate representation of color #DD8DCF: hue angle of 310.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8DCF is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 141 207 -
CMYK 0 0.36 0.06 0.13
HSL 310.5º 0.54% 0.71% -
HSV(B) 310.5º 0.36% 0.87% -
XYZ 50.61 38.93 63.88 -
YUV 172.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 221 141 207 0 0.36 0.06 0.13 310.5 0.54 0.71
Hex DD 8D CF 0 24 6 D 136 36 47
Octal 335 215 317 0 44 6 15 466 66 107
Binary 11011101 10001101 11001111 0 100100 110 1101 100110110 110110 1000111

Color Harmonies of #DD8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DCF

Black with #DD8DCF

Text Example


Text Example

White with #DD8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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